MCPcopy
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

reopenIfReplacedMethod · 0.80
initMethod · 0.80
initSyncMethod · 0.80
openMethod · 0.80
recreateMethod · 0.80
openSyncMethod · 0.80
security.test.tsFile · 0.80
db-perf.test.tsFile · 0.80
edgeCountFunction · 0.80
resolution.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

edgeCountFunction · 0.64