MCPcopy 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
374export function getTempDir(): string {
375 return path.join(getSystemDataDir(), 'temp')
376}
377
378export function getLogsDir(): string {
379 return path.join(getSystemDataDir(), 'logs')

Callers 5

getTempDirMethod · 0.90
initWorkerFunction · 0.90
getTempFilePathFunction · 0.90
getTempFilePathFunction · 0.90
ensureAppDirsFunction · 0.70

Calls 1

getSystemDataDirFunction · 0.85

Tested by

no test coverage detected