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

Method buffered

internal/transport/readyreader/ready_reader.go:192–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192func (b *bufReadyReader) buffered() int { return b.w - b.r }
193
194// Read reads data into p. It returns the number of bytes read into p. The
195// bytes are taken from at most one Read on the underlying [ReadyReader],

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected