MCPcopy
hub / github.com/grpc/grpc-go / RemoteAddr

Method RemoteAddr

test/bufconn/bufconn.go:312–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310
311func (*conn) LocalAddr() net.Addr { return addr{} }
312func (*conn) RemoteAddr() net.Addr { return addr{} }
313
314type addr struct{}
315

Callers 6

newHTTP2TransportMethod · 0.45
ClientHandshakeMethod · 0.45
ServerHandshakeMethod · 0.45
NewServerTransportFunction · 0.45
NewHTTP2ClientFunction · 0.45
AcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected