MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / getCodeGraphDB

Function getCodeGraphDB

src/codegraph/tools.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8let _db: CodeGraphDB | null = null;
9export function setCodeGraphDB(db: CodeGraphDB): void { _db = db; }
10export function getCodeGraphDB(): CodeGraphDB | null { return _db; }
11
12let _indexer: import('./indexer.js').Indexer | null = null;
13export function setIndexer(idx: import('./indexer.js').Indexer): void { _indexer = idx; }

Callers 3

handleSlashCommandFunction · 0.85
fitNoteForFunction · 0.85
runSandboxedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected