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

Interface RelayNetworkLayer

custom.d.ts:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 interface RelayNetworkLayer {
65 supports(...options: string[]): boolean
66 }
67
68 class DefaultNetworkLayer implements RelayNetworkLayer {
69 constructor(host: string, options?: any)

Callers

nothing calls this directly

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected