MCPcopy Create free account
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

runPassOnMainFunction · 0.65
resolver-worker.tsFile · 0.65
executeMethod · 0.65
upgradeUnixBundleFunction · 0.65
upgradeWindowsBundleFunction · 0.65
upgradeNpmFunction · 0.65
executeBinaryRemovalFunction · 0.65
recordMigrationFunction · 0.65
initializeMethod · 0.65
runBatchedMethod · 0.65
insertNodeMethod · 0.65

Implementers 1

NodeSqliteAdaptersrc/db/sqlite-adapter.ts

Calls

no outgoing calls

Tested by 2

writeRowsFunction · 0.52
seedPendingRefsFunction · 0.52