MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getDefaultUserDataDir

Function getDefaultUserDataDir

apps/desktop/main/paths.ts:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98export function getDefaultUserDataDir(): string {
99 return path.join(os.homedir(), '.chatlab', 'data')
100}
101
102// ==================== 旧版路径(迁移兼容) ====================
103

Callers 4

getUserDataDirFunction · 0.85
setCustomDataDirFunction · 0.85
needsUnifiedDirMigrationFunction · 0.85
startInternalServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected