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

Method commit

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

Commit a staged result to the real file system.

(node: TaskNode, result: WorkerResult)

Source from the content-addressed store, hash-verified

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}

Callers 7

makeServerToolContextFunction · 0.65
processNodeMethod · 0.65
commitMethod · 0.65
runMethod · 0.65
upsertMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected