Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MatterAIOrg/OrbCode
/ getCachePath
Function
getCachePath
src/utils/updateCheck.ts:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
function
getCachePath(): string {
77
return
path.join(getConfigDir(),
"update-check.json"
);
78
}
79
80
function
readCache(): CachedCheck | null {
81
try {
Callers
3
readCache
Function · 0.85
writeCache
Function · 0.85
clearUpdateCache
Function · 0.85
Calls
1
getConfigDir
Function · 0.85
Tested by
no test coverage detected