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

Method Do

rpc_util.go:130–132  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

128}
129
130func (d *gzipDecompressor) Do(r io.Reader) ([]byte, error) {
131 return d.doWithMaxSize(r, math.MaxInt64)
132}
133
134// doWithMaxSize behaves like Do but caps the size of the decompressed
135// payload at maxMessageSize+1 bytes. The Decompressor interface does not

Callers

nothing calls this directly

Calls 1

doWithMaxSizeMethod · 0.95

Tested by

no test coverage detected