MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getCacheDir

Method getCacheDir

packages/core/src/interfaces/path-provider.ts:45–45  ·  view source on GitHub ↗

缓存目录(存放可再生的派生数据),基于 systemDir

()

Source from the content-addressed store, hash-verified

43
44 /** 缓存目录(存放可再生的派生数据),基于 systemDir */
45 getCacheDir(): string
46
47 /** 临时文件目录,基于 systemDir */
48 getTempDir(): string

Callers 6

withAnalyticsCacheFunction · 0.65
registerCacheRoutesFunction · 0.65
snapshotPathProviderFunction · 0.65
deleteSessionFunction · 0.65

Implementers 3

NodePathProviderpackages/node-runtime/src/node-path-pr
StaticPathProviderpackages/node-runtime/src/semantic-ind
ElectronPathProviderapps/desktop/main/electron-path-provid

Calls

no outgoing calls

Tested by

no test coverage detected