MCPcopy
hub / github.com/colbymchenry/codegraph / getBackend

Method getBackend

src/index.ts:829–831  ·  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

827 * `codegraph_status` MCP tool alongside the effective journal mode.
828 */
829 getBackend(): import('./db').SqliteBackend {
830 return this.db.getBackend();
831 }
832
833 /**
834 * The journal mode actually in effect ('wal', 'delete', …). 'wal' means

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected