MCPcopy Create free account
hub / github.com/mpolden/echoip / lookupAddr

Function lookupAddr

http/http_test.go:16–16  ·  view source on GitHub ↗
(net.IP)

Source from the content-addressed store, hash-verified

14)
15
16func lookupAddr(net.IP) (string, error) { return "localhost", nil }
17func lookupPort(net.IP, uint64) error { return nil }
18
19type testDb struct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected