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

Method getPath

src/db/index.ts:137–139  ·  view source on GitHub ↗

* Get database file path

()

Source from the content-addressed store, hash-verified

135 * Get database file path
136 */
137 getPath(): string {
138 return this.dbPath;
139 }
140
141 /**
142 * The journal mode actually in effect (e.g. 'wal', 'delete').

Callers 1

reopenIfReplacedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected