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

Method getPath

src/db/index.ts:374–376  ·  view source on GitHub ↗

* Get database file path

()

Source from the content-addressed store, hash-verified

372 * Get database file path
373 */
374 getPath(): string {
375 return this.dbPath;
376 }
377
378 /**
379 * The journal mode actually in effect (e.g. 'wal', 'delete').

Callers 3

reopenIfReplacedMethod · 0.80
indexAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected