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

Method getProjectPath

src/mcp/engine.ts:110–112  ·  view source on GitHub ↗

Project root that the engine resolved on first init (null if none).

()

Source from the content-addressed store, hash-verified

108
109 /** Project root that the engine resolved on first init (null if none). */
110 getProjectPath(): string | null {
111 return this.projectPath;
112 }
113
114 /** Shared ToolHandler — sessions delegate tool dispatch through this. */
115 getToolHandler(): ToolHandler {

Callers 1

retryInitIfNeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected