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

Function setIndexer

src/codegraph/tools.ts:13–13  ·  view source on GitHub ↗
(idx: import('./indexer.js').Indexer)

Source from the content-addressed store, hash-verified

11
12let _indexer: import('./indexer.js').Indexer | null = null;
13export function setIndexer(idx: import('./indexer.js').Indexer): void { _indexer = idx; }
14export function getIndexer(): import('./indexer.js').Indexer | null { return _indexer; }
15
16function requireDB(): CodeGraphDB | { error: string } {

Callers 1

bootstrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected