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

Method fetch

client/src/server/ServerFetcher.ts:55–60  ·  view source on GitHub ↗
(request: RequestParameters, variables: Variables)

Source from the content-addressed store, hash-verified

53 }
54
55 async fetch(request: RequestParameters, variables: Variables) {
56 console.log('Quering from the node server:', request.name)
57 const payload = await super.fetch(request, variables)
58 this.payloads[request.name] = payload
59 return payload
60 }
61
62 toJSON() {
63 return this.payloads

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected