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

Interface CacheWarning

scripts/sync/cache.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import path from "node:path";
4
5export interface CacheWarning {
6 url: string;
7 reason: string;
8 cachedAt?: string;
9}
10
11export interface StaleCacheWarning {
12 url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected