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

Method getPath

src/db/index.ts:430–432  ·  view source on GitHub ↗

* Get database file path

()

Source from the content-addressed store, hash-verified

428 * Get database file path
429 */
430 getPath(): string {
431 return this.dbPath;
432 }
433
434 /**
435 * 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