* 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.
()
| 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 |
no outgoing calls
no test coverage detected