Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getAiDataDir
Function
getAiDataDir
apps/desktop/main/paths.ts:362–364 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
360
}
361
362
export
function
getAiDataDir(): string {
363
return
path.join(getSystemDataDir(),
'ai'
)
364
}
365
366
export
function
getSettingsDir(): string {
367
return
path.join(getSystemDataDir(),
'settings'
)
Callers
3
init
Method · 0.90
getAiDataDir
Method · 0.90
ensureAppDirs
Function · 0.70
Calls
1
getSystemDataDir
Function · 0.85
Tested by
no test coverage detected