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

Class

client/src/client/ClientFetcher.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7type PayloadsType = { [key: string]: string }
8
9class ClientFetcher extends FetcherBase {
10 constructor(payloads: PayloadsType) {
11 super()
12 this.payloads = payloads

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected