MCPcopy
hub / github.com/antvis/Infographic / CachedResponseEntry

Interface CachedResponseEntry

src/utils/fetch.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6) => Promise<Response>;
7
8interface CachedResponseEntry {
9 body: ArrayBuffer;
10 init: ResponseInit;
11}
12
13const nativeFetch: FetchFunction = globalThis.fetch;
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected