Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getCacheDir
Function
getCacheDir
apps/desktop/main/paths.ts:370–372 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
368
}
369
370
export
function
getCacheDir(): string {
371
return
path.join(getSystemDataDir(),
'cache'
)
372
}
373
374
export
function
getTempDir(): string {
375
return
path.join(getSystemDataDir(),
'temp'
)
Callers
3
getCacheDir
Method · 0.90
initWorker
Function · 0.90
ensureAppDirs
Function · 0.70
Calls
1
getSystemDataDir
Function · 0.85
Tested by
no test coverage detected