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

Method hasDefaultCodeGraph

src/mcp/engine.ts:120–122  ·  view source on GitHub ↗

Whether the default project's CodeGraph is open.

()

Source from the content-addressed store, hash-verified

118
119 /** Whether the default project's CodeGraph is open. */
120 hasDefaultCodeGraph(): boolean {
121 return this.toolHandler.hasDefaultCodeGraph();
122 }
123
124 /**
125 * Walk up from `searchFrom` to find the nearest `.codegraph/` and open it.

Callers 3

ensureInitializedMethod · 0.45
retryInitializeSyncMethod · 0.45
retryInitIfNeededMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected