MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / loadCodeGraph

Function loadCodeGraph

src/mcp/engine.ts:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// ~800ms, closing the "No such tool available" cold-start race that made headless
26// agents flounder. require() is sync + cached on the CommonJS build.
27const loadCodeGraph = (): typeof import('../index').default =>
28 (require('../index') as typeof import('../index')).default;
29
30/** How often the per-tool-call retry may re-run the sub-project down-scan. */
31const RETRY_SUBSCAN_TTL_MS = 5_000;

Callers 2

retryInitializeSyncMethod · 0.70
doInitializeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected