Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getVectorDir
Function
getVectorDir
apps/desktop/main/paths.ts:358–360 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
356
}
357
358
export
function
getVectorDir(): string {
359
return
path.join(getUserDataDir(),
'vector'
)
360
}
361
362
export
function
getAiDataDir(): string {
363
return
path.join(getSystemDataDir(),
'ai'
)
Callers
2
getVectorDir
Method · 0.90
ensureAppDirs
Function · 0.85
Calls
1
getUserDataDir
Function · 0.85
Tested by
no test coverage detected