MCPcopy
hub / github.com/shawn1m/overture / Exchange

Method Exchange

core/outbound/clients/resolver/base_resolver.go:20–20  ·  view source on GitHub ↗
(*dns.Msg)

Source from the content-addressed store, hash-verified

18
19type Resolver interface {
20 Exchange(*dns.Msg) (*dns.Msg, error)
21 Init() error
22}
23

Callers 12

testUDPFunction · 0.95
testTCPFunction · 0.95
testTCPTLSFunction · 0.95
testHTTPSFunction · 0.95
ServeDNSHttpMethod · 0.65
ServeDNSMethod · 0.65
exchangeFunction · 0.65
selectByIPNetworkMethod · 0.65
ExchangeMethod · 0.65
ExchangeMethod · 0.65
ExchangeMethod · 0.65
ExchangeMethod · 0.65

Implementers 6

Dispatchercore/outbound/dispatcher.go
TCPTLSResolvercore/outbound/clients/resolver/tcptls_
BaseResolvercore/outbound/clients/resolver/base_re
UDPResolvercore/outbound/clients/resolver/udp_res
HTTPSResolvercore/outbound/clients/resolver/https_r
TCPResolvercore/outbound/clients/resolver/tcp_res

Calls

no outgoing calls

Tested by 5

testUDPFunction · 0.76
testTCPFunction · 0.76
testTCPTLSFunction · 0.76
testHTTPSFunction · 0.76
exchangeFunction · 0.52