MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / LookupNetIP

Method LookupNetIP

resolver/fast.go:12–12  ·  view source on GitHub ↗
(context.Context, string, string)

Source from the content-addressed store, hash-verified

10
11type LookupNetIPer interface {
12 LookupNetIP(context.Context, string, string) ([]netip.Addr, error)
13}
14
15type FastResolver struct {

Callers 3

LookupNetIPMethod · 0.65
LookupNetIPMethod · 0.65
LookupNetIPMethod · 0.65

Implementers 4

CachingResolverdialer/rescache.go
FastResolverresolver/fast.go
PreferIPv4resolver/prefer.go
PreferIPv6resolver/prefer.go

Calls

no outgoing calls

Tested by

no test coverage detected