MCPcopy
hub / github.com/colbymchenry/codegraph / result

Function result

__tests__/parse-pool.test.ts:64–64  ·  view source on GitHub ↗
(tag = 0)

Source from the content-addressed store, hash-verified

62
63const task = (filePath: string, content = 'code'): ParseTask => ({ filePath, content, language: 'typescript' as Language });
64const result = (tag = 0): ExtractionResult => ({ nodes: [], edges: [], unresolvedReferences: [], errors: [], durationMs: tag });
65
66/** Build a pool with a counting fake-worker factory. */
67function makePool(

Callers 1

parse-pool.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected