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

Method hasDefaultCodeGraph

src/mcp/engine.ts:127–129  ·  view source on GitHub ↗

Whether the default project's CodeGraph is open.

()

Source from the content-addressed store, hash-verified

125
126 /** Whether the default project's CodeGraph is open. */
127 hasDefaultCodeGraph(): boolean {
128 return this.toolHandler.hasDefaultCodeGraph();
129 }
130
131 /**
132 * 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