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

Method getWarnings

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

Source from the content-addressed store, hash-verified

106 }
107
108 getWarnings(): CacheWarning[] {
109 return [...this.warnings];
110 }
111
112 getStaleWarnings(): StaleCacheWarning[] {
113 return [...this.staleWarnings];

Callers 2

reportCacheWarningsFunction · 0.80
cache.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected