Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reopenIfReplaced
Method · 0.80
indexAll
Method · 0.80
resolveReferencesBatched
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected