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

Method BytesReceived

internal/transport/client_stream.go:119–121  ·  view source on GitHub ↗

BytesReceived indicates whether any bytes have been received on this stream.

()

Source from the content-addressed store, hash-verified

117
118// BytesReceived indicates whether any bytes have been received on this stream.
119func (s *ClientStream) BytesReceived() bool {
120 return s.bytesReceived.Load()
121}
122
123// Unprocessed indicates whether the server did not process this stream --
124// i.e. it sent a refused stream or GOAWAY including this stream ID.

Callers 1

finishMethod · 0.80

Implementers 3

clientStreamstream.go
okStreaminternal/xds/httpfilter/fault/fault.go

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected