MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / orchestration.test.ts

File orchestration.test.ts

test/orchestration.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { DagScheduler, topoSort, type SchedulerHooks } from '../src/orchestration/scheduler.js';
3import { StagingArea, extractExports } from '../src/orchestration/staging.js';
4import { parsePlanJson, extractFileEdits } from '../src/orchestration/engine.js';

Callers

nothing calls this directly

Calls 11

graphOfFunction · 0.85
topoSortFunction · 0.85
recordingHooksFunction · 0.85
parsePlanJsonFunction · 0.85
extractFileEditsFunction · 0.85
nodeFunction · 0.70
runMethod · 0.65
dryRunMergeMethod · 0.65
commitMethod · 0.65
extractExportsFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected