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