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

Method getJournalMode

src/index.ts:839–841  ·  view source on GitHub ↗

* 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

()

Source from the content-addressed store, hash-verified

837 * #238. Surfaced via `codegraph status` and the `codegraph_status` MCP tool.
838 */
839 getJournalMode(): string {
840 return this.db.getJournalMode();
841 }
842
843 // ===========================================================================
844 // Node Operations

Calls

no outgoing calls

Tested by

no test coverage detected