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

File speculative-graph.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { suggestDraftFamily, pickDraftModel, recommendedLookahead, SpecDecodeMonitor } from '../src/llm/speculative.js';
3import { extractImportSpecifiers, resolveSpecifier, buildImportGraph, expandViaGraph } from '../src/context/import-graph.js';
4

Callers

nothing calls this directly

Calls 11

suggestDraftFamilyFunction · 0.85
pickDraftModelFunction · 0.85
recommendedLookaheadFunction · 0.85
extractImportSpecifiersFunction · 0.85
resolveSpecifierFunction · 0.85
buildImportGraphFunction · 0.85
expandViaGraphFunction · 0.85
recordMethod · 0.80
checkRegressionMethod · 0.80
hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected