MCPcopy
hub / github.com/nextdns/nextdns / SearchIP

Function SearchIP

ndp/cache.go:33–35  ·  view source on GitHub ↗
(mac net.HardwareAddr)

Source from the content-addressed store, hash-verified

31}
32
33func SearchIP(mac net.HardwareAddr) net.IP {
34 return global.get().SearchIP(mac)
35}

Callers 2

clientIPFromMACFunction · 0.92
NewFunction · 0.92

Calls 2

SearchIPMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…