Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
354
export
function
getDatabaseDir(): string {
355
return
path.join(getUserDataDir(),
'databases'
)
356
}
357
358
export
function
getVectorDir(): string {
359
return
path.join(getUserDataDir(),
'vector'
)
Callers
3
getDatabaseDir
Method · 0.90
getDbDir
Function · 0.90
ensureAppDirs
Function · 0.85
Calls
1
getUserDataDir
Function · 0.85
Tested by
no test coverage detected