MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getBackend

Method getBackend

src/index.ts:1232–1234  ·  view source on GitHub ↗

* Active SQLite backend for this project's connection (`node-sqlite` — Node's * built-in real-SQLite module). Surfaced via `codegraph status` and the * `codegraph_status` MCP tool alongside the effective journal mode.

()

Source from the content-addressed store, hash-verified

1230 * `codegraph_status` MCP tool alongside the effective journal mode.
1231 */
1232 getBackend(): import('./db').SqliteBackend {
1233 return this.db.getBackend();
1234 }
1235
1236 /**
1237 * The journal mode actually in effect ('wal', 'delete', …). 'wal' means

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected