MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / updateCheckCachePath

Function updateCheckCachePath

src/upgrade/update-check.ts:93–95  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

91}
92
93export function updateCheckCachePath(dir: string): string {
94 return path.join(dir, 'update-check.json');
95}
96
97export function readUpdateCheckCache(dir: string): UpdateCheckCacheFile | null {
98 try {

Callers 3

readUpdateCheckCacheFunction · 0.85
writeUpdateCheckCacheFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected