Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
378
export
function
getLogsDir(): string {
379
return
path.join(getSystemDataDir(),
'logs'
)
380
}
381
382
/**
383
* 确保目录存在
Callers
9
ensureInit
Function · 0.90
getLogsDir
Method · 0.90
ensureInit
Function · 0.90
registerAIHandlers
Function · 0.90
log
Function · 0.85
applyPendingDataDirMigration
Function · 0.85
ensureAppDirs
Function · 0.85
migrateFromLegacyDir
Function · 0.85
migrateToUnifiedDirs
Function · 0.85
Calls
1
getSystemDataDir
Function · 0.85
Tested by
no test coverage detected