Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
lookupAddr(net.IP) (string, error) {
return
"localhost"
, nil }
17
func
lookupPort(net.IP, uint64) error {
return
nil }
18
19
type
testDb
struct
{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected