MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / dryRunMerge

Method dryRunMerge

src/orchestration/scheduler.ts:39–39  ·  view source on GitHub ↗

* Dry-run merge a passed result against current staging. Returns conflicts * (empty = clean). The scheduler commits only if clean.

(node: TaskNode, result: WorkerResult)

Source from the content-addressed store, hash-verified

37 * (empty = clean). The scheduler commits only if clean.
38 */
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. */

Callers 2

processNodeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected