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

Function getOpenCodeCacheDir

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

Source from the content-addressed store, hash-verified

198}
199
200export function getOpenCodeCacheDir(): string {
201 return path.join(getCacheDir(), "opencode");
202}

Callers 1

data-path.test.tsFile · 0.90

Calls 1

getCacheDirFunction · 0.85

Tested by

no test coverage detected