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

Method constructor

client/src/server/ServerFetcher.ts:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15class ServerFetcher extends FetcherBase {
16 constructor() {
17 super()
18 this.payloads = {}
19 }
20
21 payloads: { [key: string]: string }
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected