Commit a staged result to the real file system.
(node: TaskNode, result: WorkerResult)
| 39 | dryRunMerge(node: TaskNode, result: WorkerResult): Promise<ConflictRecord[]>; |
| 40 | /** Commit a staged result to the real file system. */ |
| 41 | commit(node: TaskNode, result: WorkerResult): Promise<void>; |
| 42 | /** Optional progress callback. */ |
| 43 | onEvent?(ev: SchedulerEvent): void; |
| 44 | } |
no outgoing calls
no test coverage detected