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

Method makeEngine

src/mcp/proxy.ts:198–198  ·  view source on GitHub ↗

Lazily create an in-process engine — used ONLY if the daemon never comes up, * preserving the "a broken daemon never wedges a session" guarantee.

()

Source from the content-addressed store, hash-verified

196 /** Lazily create an in-process engine — used ONLY if the daemon never comes up,
197 * preserving the "a broken daemon never wedges a session" guarantee. */
198 makeEngine(): MCPEngine;
199 /** Project root for the fallback engine's lazy init. */
200 root: string;
201}

Callers 1

ensureEngineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected