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

Method LocalAddr

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

Source from the content-addressed store, hash-verified

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

Callers 4

NewServerTransportFunction · 0.45
NewHTTP2ClientFunction · 0.45
newRPCDataFunction · 0.45
AcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected