MCPcopy
hub / github.com/colbymchenry/codegraph / loadCodeGraph

Function loadCodeGraph

src/mcp/tools.ts:15–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13// CodeGraph is pulled in only when a tool actually opens a project. require() is
14// sync + cached (CommonJS build).
15const loadCodeGraph = (): typeof import('../index').default =>
16 (require('../index') as typeof import('../index')).default;
17import {
18 detectWorktreeIndexMismatch,
19 worktreeMismatchWarning,

Callers 1

getCodeGraphMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected