MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / loadCodeGraph

Function loadCodeGraph

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

Source from the content-addressed store, hash-verified

24// ~800ms, closing the "No such tool available" cold-start race that made headless
25// agents flounder. require() is sync + cached on the CommonJS build.
26const loadCodeGraph = (): typeof import('../index').default =>
27 (require('../index') as typeof import('../index')).default;
28
29export interface MCPEngineOptions {
30 /**

Callers 2

retryInitializeSyncMethod · 0.70
doInitializeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected