MCPcopy 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
67func (r *Request) RemoteAddr() string { return r.W.RemoteAddr().String() }
68
69func (r *Request) LocalAddr() string { return r.W.LocalAddr().String() }
70

Callers

nothing calls this directly

Calls 2

StringMethod · 0.65
RemoteAddrMethod · 0.65

Tested by

no test coverage detected