MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getCacheDir

Function getCacheDir

packages/plugin/src/shared/data-path.ts:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 * untouched.
195 */
196export function getCacheDir(): string {
197 return process.env.XDG_CACHE_HOME ?? path.join(os.homedir(), ".cache");
198}
199
200export function getOpenCodeCacheDir(): string {
201 return path.join(getCacheDir(), "opencode");

Callers 2

data-path.test.tsFile · 0.90
getOpenCodeCacheDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected