Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getSettingsDir
Function
getSettingsDir
apps/desktop/main/paths.ts:366–368 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
364
}
365
366
export
function
getSettingsDir(): string {
367
return
path.join(getSystemDataDir(),
'settings'
)
368
}
369
370
export
function
getCacheDir(): string {
371
return
path.join(getSystemDataDir(),
'cache'
)
Callers
4
getSettingsDir
Method · 0.90
getConfigPath
Function · 0.90
ensureInstances
Function · 0.90
ensureAppDirs
Function · 0.85
Calls
1
getSystemDataDir
Function · 0.85
Tested by
no test coverage detected