Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ RemoteAddr
Method
RemoteAddr
test/coredns/coredns.go:67–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(r *Request) RemoteAddr() string {
return
r.W.RemoteAddr().String() }
68
69
func
(r *Request) LocalAddr() string {
return
r.W.LocalAddr().String() }
70
Callers
nothing calls this directly
Calls
2
String
Method · 0.65
RemoteAddr
Method · 0.65
Tested by
no test coverage detected