MCPcopy Create free account
hub / github.com/learnapollo/learnapollo / DefaultNetworkLayer

Class DefaultNetworkLayer

custom.d.ts:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 class DefaultNetworkLayer implements RelayNetworkLayer {
69 constructor(host: string, options?: any)
70 supports(...options: string[]): boolean
71 }
72 interface RelayQuery {
73 query: string
74 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected