Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ getTempDir
Function
getTempDir
apps/desktop/main/paths.ts:374–376 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
372
}
373
374
export
function
getTempDir(): string {
375
return
path.join(getSystemDataDir(),
'temp'
)
376
}
377
378
export
function
getLogsDir(): string {
379
return
path.join(getSystemDataDir(),
'logs'
)
Callers
5
getTempDir
Method · 0.90
initWorker
Function · 0.90
getTempFilePath
Function · 0.90
getTempFilePath
Function · 0.90
ensureAppDirs
Function · 0.70
Calls
1
getSystemDataDir
Function · 0.85
Tested by
no test coverage detected