()
| 439 | |
| 440 | func (*noCopy) Lock() {} |
| 441 | func (*noCopy) Unlock() {} |
| 442 | |
| 443 | // transportReader reads all the data available for this Stream from the transport and |
| 444 | // passes them into the decoder, which converts them into a gRPC message stream. |
no outgoing calls