MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / all

Method all

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

Source from the content-addressed store, hash-verified

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
19 * set with `all()`. Use for unbounded scans (e.g. every function/method node)

Callers 15

processInBatchesFunction · 0.65
indexAllMethod · 0.65
destroyMethod · 0.65
readyMethod · 0.65
resolveBatchMethod · 0.65
recycleWorkersMethod · 0.65
destroyMethod · 0.65
synthesizeCallbackEdgesFunction · 0.65
destroyMethod · 0.65
migrations.tsFile · 0.65
getMigrationHistoryFunction · 0.65
getDistinctNodeNamesMethod · 0.65

Implementers 1

NodeSqliteAdaptersrc/db/sqlite-adapter.ts

Calls

no outgoing calls

Tested by 10

loadFunction · 0.52
synthEdgesFunction · 0.52
loadFunction · 0.52
indexAndQueryFunction · 0.52
loadFunction · 0.52
loadFunction · 0.52
indexAndCollectFunction · 0.52
loadFunction · 0.52
synthEdgesFunction · 0.52
kindsOfFunction · 0.52