MCPcopy Create free account
hub / github.com/VPSDance/ai-proxy-rules / getStaleWarnings

Method getStaleWarnings

scripts/sync/cache.ts:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 getStaleWarnings(): StaleCacheWarning[] {
113 return [...this.staleWarnings];
114 }
115
116 private cacheKey(url: string): string {
117 return createHash("sha256").update(url).digest("hex").slice(0, 16);

Callers 2

reportCacheWarningsFunction · 0.80
cache.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected