Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
export
function
getOpenCodeCacheDir(): string {
201
return
path.join(getCacheDir(),
"opencode"
);
202
}
Callers
1
data-path.test.ts
File · 0.90
Calls
1
getCacheDir
Function · 0.85
Tested by
no test coverage detected