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

Method cached

scripts/sync/build.ts:121–121  ·  view source on GitHub ↗
(key: string, fresh: () => Promise<string>)

Source from the content-addressed store, hash-verified

119
120export interface ContentCache {
121 cached(key: string, fresh: () => Promise<string>): Promise<string>;
122}
123
124export interface BuildContext {

Callers 1

loadSourceTextFunction · 0.65

Implementers 1

FetchCachescripts/sync/cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected