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

Function graphOf

test/orchestration.test.ts:15–18  ·  view source on GitHub ↗
(...nodes: TaskNode[])

Source from the content-addressed store, hash-verified

13}
14
15function graphOf(...nodes: TaskNode[]): TaskGraph {
16 const map = new Map(nodes.map(n => [n.id, n]));
17 return { nodes: map, goal: 'test', acyclic: true };
18}
19
20/** Hooks that record execution order and always succeed. */
21function recordingHooks(order: string[]): SchedulerHooks {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected