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