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

Interface ContentCache

scripts/sync/build.ts:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 allowDangerousDomainSuffix: string[];
119 groups: OutputGroup[];
120}
121
122export type Fetcher = (url: string) => Promise<string>;
123
124export interface ContentCache {
125 cached(key: string, fresh: () => Promise<string>): Promise<string>;

Callers 1

loadSourceTextFunction · 0.65

Implementers 1

FetchCachescripts/sync/cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected