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

Function getLogsDir

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

Source from the content-addressed store, hash-verified

376}
377
378export function getLogsDir(): string {
379 return path.join(getSystemDataDir(), 'logs')
380}
381
382/**
383 * 确保目录存在

Callers 9

ensureInitFunction · 0.90
getLogsDirMethod · 0.90
ensureInitFunction · 0.90
registerAIHandlersFunction · 0.90
logFunction · 0.85
ensureAppDirsFunction · 0.85
migrateFromLegacyDirFunction · 0.85
migrateToUnifiedDirsFunction · 0.85

Calls 1

getSystemDataDirFunction · 0.85

Tested by

no test coverage detected