MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Resolver

Struct Resolver

rpc/mux/resolve.go:45–47  ·  view source on GitHub ↗

Resolver implements the node ID resolver using BP network with mux-RPC protocol.

Source from the content-addressed store, hash-verified

43
44// Resolver implements the node ID resolver using BP network with mux-RPC protocol.
45type Resolver struct {
46 direct bool
47}
48
49// NewResolver returns a Resolver which resolves the mux-RPC server address of the
50// target node ID.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected