MCPcopy Create free account
hub / github.com/emwalker/digraph / ClientFetcher

Class ClientFetcher

client/src/client/ClientFetcher.d.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 [key: string]: string;
5};
6declare class ClientFetcher extends FetcherBase {
7 constructor(payloads: PayloadsType);
8 payloads: PayloadsType;
9 get url(): string;
10 fetch(request: RequestParameters, variables: Variables): Promise<any>;
11}
12export default ClientFetcher;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected