MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / graph-dataflow-spec.test.ts

File graph-dataflow-spec.test.ts

test/graph-dataflow-spec.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { buildImportGraph, expandViaGraph } from '../src/context/import-graph.js';
3import { analyzeDataFlow, dependenciesOf } from '../src/context/data-flow.js';
4import { AdaptiveLookahead, buildSpecDecodeExtras } from '../src/llm/speculative.js';

Callers

nothing calls this directly

Calls 8

buildImportGraphFunction · 0.85
expandViaGraphFunction · 0.85
analyzeDataFlowFunction · 0.85
dependenciesOfFunction · 0.85
buildSpecDecodeExtrasFunction · 0.85
updateMethod · 0.80
currentMethod · 0.80
retargetMethod · 0.80

Tested by

no test coverage detected