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

Method constructor

scripts/sync/cache.ts:24–24  ·  view source on GitHub ↗
(private cacheDir: string)

Source from the content-addressed store, hash-verified

22 private usedKeys = new Set<string>();
23
24 constructor(private cacheDir: string) {}
25
26 async fetch(url: string): Promise<string> {
27 return this.cached(url, async () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected