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

Method run

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

Source from the content-addressed store, hash-verified

12
13export interface SqliteStatement {
14 run(...params: any[]): { changes: number; lastInsertRowid: number | bigint };
15 get(...params: any[]): any;
16 all(...params: any[]): any[];
17 /**

Callers 15

executeMethod · 0.65
upgradeUnixBundleFunction · 0.65
upgradeWindowsBundleFunction · 0.65
upgradeNpmFunction · 0.65
recordMigrationFunction · 0.65
initializeMethod · 0.65
insertNodeMethod · 0.65
updateNodeMethod · 0.65
deleteNodeMethod · 0.65
deleteNodesByFileMethod · 0.65
insertEdgeMethod · 0.65
deleteEdgesBySourceMethod · 0.65

Implementers 1

NodeSqliteAdaptersrc/db/sqlite-adapter.ts

Calls

no outgoing calls

Tested by

no test coverage detected