MCPcopy 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
362export function getAiDataDir(): string {
363 return path.join(getSystemDataDir(), 'ai')
364}
365
366export function getSettingsDir(): string {
367 return path.join(getSystemDataDir(), 'settings')

Callers 3

initMethod · 0.90
getAiDataDirMethod · 0.90
ensureAppDirsFunction · 0.70

Calls 1

getSystemDataDirFunction · 0.85

Tested by

no test coverage detected