MCPcopy
hub / github.com/nextdns/nextdns / Name

Method Name

discovery/resolver.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9type Source interface {
10 Name() string
11 Visit(func(name string, addrs []string))
12 LookupAddr(addr string) []string
13 LookupHost(addr string) []string

Callers 15

cfgFunction · 0.65
DNSFunction · 0.65
writeConfigFileFunction · 0.65
getRootCAsFunction · 0.65
clientListLockedMethod · 0.65
VisitMethod · 0.65
ReadMethod · 0.65
WriteMethod · 0.65
Test_SetFileEaFunction · 0.65
GetFileBasicInfoFunction · 0.65
SetFileBasicInfoFunction · 0.65

Implementers 8

DHCPdiscovery/dhcp.go
Firewalladiscovery/firewalla_linux.go
MDNSdiscovery/mdns.go
Ubiosdiscovery/ubios_other.go
Merlindiscovery/merlin_other.go
DNSdiscovery/dns.go
Hostsdiscovery/hosts.go
Dummydiscovery/dummy.go

Calls

no outgoing calls

Tested by 4

writeConfigFileFunction · 0.52
Test_SetFileEaFunction · 0.52
TestMainFunction · 0.52