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

Method Read

rpc_util.go:741–741  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

739type streamReader interface {
740 ReadMessageHeader(header []byte) error
741 Read(n int) (mem.BufferSlice, error)
742}
743
744// noCopy may be embedded into structs which must not be copied

Callers 15

keepReadingFunction · 0.65
recvMsgMethod · 0.65
ReadMethod · 0.65
ReadOnReadyMethod · 0.65
ReadMethod · 0.65
testPingPongFunction · 0.65
testSmallReadBufferFunction · 0.65
testIncorrectMsgTypeFunction · 0.65
testFrameTooLargeFunction · 0.65
testWriteLargeDataFunction · 0.65
testProtectedBufferFunction · 0.65

Implementers 3

fullReaderrpc_util_test.go
recvBufferReaderinternal/transport/transport.go
transportReaderinternal/transport/transport.go

Calls

no outgoing calls

Tested by 15

keepReadingFunction · 0.52
ReadMethod · 0.52
testPingPongFunction · 0.52
testSmallReadBufferFunction · 0.52
testIncorrectMsgTypeFunction · 0.52
testFrameTooLargeFunction · 0.52
testWriteLargeDataFunction · 0.52
testProtectedBufferFunction · 0.52
BenchmarkReadMemoryUsageFunction · 0.52
TestConnMethod · 0.52
TestListenerAndDialerMethod · 0.52