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

Struct fullReader

rpc_util_test.go:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163type fullReader struct {
164 data []byte
165}
166
167func (f *fullReader) ReadMessageHeader(header []byte) error {
168 buf, err := f.Read(len(header))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected