MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getDatabaseDir

Function getDatabaseDir

apps/desktop/main/paths.ts:354–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352}
353
354export function getDatabaseDir(): string {
355 return path.join(getUserDataDir(), 'databases')
356}
357
358export function getVectorDir(): string {
359 return path.join(getUserDataDir(), 'vector')

Callers 3

getDatabaseDirMethod · 0.90
getDbDirFunction · 0.90
ensureAppDirsFunction · 0.85

Calls 1

getUserDataDirFunction · 0.85

Tested by

no test coverage detected