ReplicatedRepository
expect class ReplicatedRepository(client: IModelClient, branchReference: BranchReference, user: () -> String)
actual class ReplicatedRepository(client: IModelClient, branchReference: BranchReference, user: () -> String)
actual open class ReplicatedRepository(client: IModelClient, branchReference: BranchReference, user: () -> String)
Dispose should be called on this, as otherwise a regular polling will go on.
Constructors
Link copied to clipboard
expect constructor(client: IModelClient, repositoryId: RepositoryId, branchName: String, user: () -> String)
actual constructor(client: IModelClient, repositoryId: RepositoryId, branchName: String, user: () -> String)
actual constructor(client: IModelClient, repositoryId: RepositoryId, branchName: String, user: () -> String)
Functions
Link copied to clipboard
Link copied to clipboard
fun createVersion(tree: CLTree, operations: Array<IOperation>, previousVersion: CLVersion?): CLVersion
Link copied to clipboard