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

Method getPath

src/db/index.ts:407–409  ·  view source on GitHub ↗

* Get database file path

()

Source from the content-addressed store, hash-verified

405 * Get database file path
406 */
407 getPath(): string {
408 return this.dbPath;
409 }
410
411 /**
412 * 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