Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colbymchenry/codegraph
/ getDb
Method
getDb
src/db/index.ts:121–123 ·
view source on GitHub ↗
* Get the underlying database instance
()
Source
from the content-addressed store, hash-verified
119
* Get the underlying database instance
120
*/
121
getDb(): SqliteDatabase {
122
return
this.db;
123
}
124
125
/**
126
* Get the SQLite backend serving this connection. Per-instance so
Callers
14
reopenIfReplaced
Method · 0.80
init
Method · 0.80
initSync
Method · 0.80
open
Method · 0.80
recreate
Method · 0.80
openSync
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
resolution.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
edgeCount
Function · 0.64