MCPcopy Create free account
hub / github.com/Eversmile12/sharedcontext / getDbPath

Function getDbPath

src/cli/init.ts:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228}
229
230export function getDbPath(): string {
231 return DB_PATH;
232}
233
234export function getIdentityPath(): string {
235 return IDENTITY_PATH;

Callers 3

loadSharedConversationsFunction · 0.85
ensureInitializedFunction · 0.85
startMcpServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected