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

Method constructor

client/src/client/ClientFetcher.ts:10–13  ·  view source on GitHub ↗
(payloads: PayloadsType)

Source from the content-addressed store, hash-verified

8
9class ClientFetcher extends FetcherBase {
10 constructor(payloads: PayloadsType) {
11 super()
12 this.payloads = payloads
13 }
14
15 payloads: PayloadsType
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected