MCPcopy Index your code
hub / github.com/MatterAIOrg/OrbCode / CachedCheck

Interface CachedCheck

src/utils/updateCheck.ts:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71interface CachedCheck {
72 checkedAt: number;
73 latest: string | null;
74}
75
76function getCachePath(): string {
77 return path.join(getConfigDir(), "update-check.json");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected