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

Function setCodeGraphDB

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

Source from the content-addressed store, hash-verified

7
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;

Callers 2

codegraph.test.tsFile · 0.85
bootstrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected