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

Method get

src/db/sqlite-adapter.ts:15–15  ·  view source on GitHub ↗
(...params: any[])

Source from the content-addressed store, hash-verified

13export interface SqliteStatement {
14 run(...params: any[]): { changes: number; lastInsertRowid: number | bigint };
15 get(...params: any[]): any;
16 all(...params: any[]): any[];
17 /**
18 * Lazily yield result rows one at a time instead of materializing the whole

Callers 15

loadParsedConfigFunction · 0.65
flushOrderedMethod · 0.65
storeExtractionResultMethod · 0.65
syncMethod · 0.65
getChangedFilesMethod · 0.65
onMessageMethod · 0.65
onWorkerGoneMethod · 0.65
recycleMethod · 0.65
dispatchMethod · 0.65
getParserFunction · 0.65
resetParserFunction · 0.65
normalizeValueFunction · 0.65

Implementers 1

NodeSqliteAdaptersrc/db/sqlite-adapter.ts

Calls

no outgoing calls

Tested by 7

makeContextFunction · 0.52
edgeCountFunction · 0.52
countFunction · 0.52
makeContextFunction · 0.52
tGraphFunction · 0.52
fnFunction · 0.52
docFunction · 0.52