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

Method getBackend

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

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected