* The journal mode actually in effect ('wal', 'delete', …). 'wal' means * readers never block on a concurrent writer; anything else means they can, * which is the precondition for the "database is locked" failures in issue * #238. Surfaced via `codegraph status` and the `codegraph_status` M
()
| 1240 | * #238. Surfaced via `codegraph status` and the `codegraph_status` MCP tool. |
| 1241 | */ |
| 1242 | getJournalMode(): string { |
| 1243 | return this.db.getJournalMode(); |
| 1244 | } |
| 1245 | |
| 1246 | // =========================================================================== |
| 1247 | // Node Operations |
no outgoing calls
no test coverage detected