MCPcopy 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
366export function getSettingsDir(): string {
367 return path.join(getSystemDataDir(), 'settings')
368}
369
370export function getCacheDir(): string {
371 return path.join(getSystemDataDir(), 'cache')

Callers 4

getSettingsDirMethod · 0.90
getConfigPathFunction · 0.90
ensureInstancesFunction · 0.90
ensureAppDirsFunction · 0.85

Calls 1

getSystemDataDirFunction · 0.85

Tested by

no test coverage detected