MCPcopy 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

67func (r *Request) RemoteAddr() string { return r.W.RemoteAddr().String() }
68
69func (r *Request) LocalAddr() string { return r.W.LocalAddr().String() }
70
71func (r *Request) Proto() string {
72 return "udp"

Callers

nothing calls this directly

Calls 2

StringMethod · 0.65
LocalAddrMethod · 0.65

Tested by

no test coverage detected