Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
interface
SqliteStatement {
14
run(...params: any[]): { changes: number; lastInsertRowid: number | bigint };
15
get(...params: any[]): any;
16
all(...params: any[]): any[];
17
/**
Callers
15
runPassOnMain
Function · 0.65
resolver-worker.ts
File · 0.65
execute
Method · 0.65
selfHealInstalledSurfaces
Function · 0.65
upgradeUnixBundle
Function · 0.65
upgradeWindowsBundle
Function · 0.65
upgradeNpm
Function · 0.65
executeBinaryRemoval
Function · 0.65
recordMigration
Function · 0.65
initialize
Method · 0.65
runBatched
Method · 0.65
insertNode
Method · 0.65
Implementers
1
NodeSqliteAdapter
src/db/sqlite-adapter.ts
Calls
no outgoing calls
Tested by
2
writeRows
Function · 0.52
seedPendingRefs
Function · 0.52