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