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

Method getJournalMode

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

1239 * #238. Surfaced via `codegraph status` and the `codegraph_status` MCP tool.
1240 */
1241 getJournalMode(): string {
1242 return this.db.getJournalMode();
1243 }
1244
1245 // ===========================================================================
1246 // Node Operations

Callers 5

indexAllMethod · 0.45
syncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected