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

Interface BuildContext

scripts/sync/build.ts:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122export type Fetcher = (url: string) => Promise<string>;
123
124export interface ContentCache {
125 cached(key: string, fresh: () => Promise<string>): Promise<string>;
126}
127
128export interface BuildContext {
129 fetcher?: Fetcher;
130 cache?: ContentCache;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected