MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getCacheDir

Function getCacheDir

apps/desktop/main/worker/core/dbCore.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81export function getCacheDir(): string {
82 return CACHE_DIR
83}
84
85export function getTempDir(): string {
86 return TEMP_DIR

Callers 7

getQueryCacheDirFunction · 0.90
postImportHookFunction · 0.90
postImportHookFunction · 0.90
getAllSessionsFunction · 0.90
getSessionFunction · 0.90
getChatOverviewFunction · 0.90
getTimeRangeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected