MCPcopy 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
76function getCachePath(): string {
77 return path.join(getConfigDir(), "update-check.json");
78}
79
80function readCache(): CachedCheck | null {
81 try {

Callers 3

readCacheFunction · 0.85
writeCacheFunction · 0.85
clearUpdateCacheFunction · 0.85

Calls 1

getConfigDirFunction · 0.85

Tested by

no test coverage detected