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

Method getRawConnWrapper

test/rawConnWrapper.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (d *dialerWrapper) getRawConnWrapper() *rawConnWrapper {
78 return d.rcw
79}
80
81type rawConnWrapper struct {
82 cc io.ReadWriteCloser

Calls

no outgoing calls