Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ getDb
Method
getDb
src/db/index.ts:391–393 ·
view source on GitHub ↗
* Get the underlying database instance
()
Source
from the content-addressed store, hash-verified
389
* Get the underlying database instance
390
*/
391
getDb(): SqliteDatabase {
392
return
this.db;
393
}
394
395
/**
396
* Get the SQLite backend serving this connection. Per-instance so
Callers
15
reopenIfReplaced
Method · 0.80
init
Method · 0.80
initSync
Method · 0.80
open
Method · 0.80
recreate
Method · 0.80
openSync
Method · 0.80
indexAll
Method · 0.80
concurrent-locking.test.ts
File · 0.80
security.test.ts
File · 0.80
db-perf.test.ts
File · 0.80
edgeCount
Function · 0.80
index-command.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
3
edgeCount
Function · 0.64
writeRows
Function · 0.64
seedPendingRefs
Function · 0.64