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

Class

client/src/server/ServerFetcher.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const graphqlApiBaseUrl = process.env.DIGRAPH_API_BASE_URL || 'http://localhost:8080'
14
15class ServerFetcher extends FetcherBase {
16 constructor() {
17 super()
18 this.payloads = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected