MCPcopy 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
370export function getCacheDir(): string {
371 return path.join(getSystemDataDir(), 'cache')
372}
373
374export function getTempDir(): string {
375 return path.join(getSystemDataDir(), 'temp')

Callers 3

getCacheDirMethod · 0.90
initWorkerFunction · 0.90
ensureAppDirsFunction · 0.70

Calls 1

getSystemDataDirFunction · 0.85

Tested by

no test coverage detected