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

Method Status

internal/transport/client_stream.go:180–182  ·  view source on GitHub ↗

Status returns the status received from the server. Status can be read safely only after the stream has ended, that is, after Done() is closed.

()

Source from the content-addressed store, hash-verified

178// Status can be read safely only after the stream has ended,
179// that is, after Done() is closed.
180func (s *ClientStream) Status() *status.Status {
181 return s.status
182}
183
184func (s *ClientStream) requestRead(n int) {
185 s.ct.adjustWindow(s, uint32(n))

Callers 9

shouldRetryMethod · 0.80
withRetryMethod · 0.80
recvMsgMethod · 0.80
RecvMsgMethod · 0.80

Implementers 3

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

Calls

no outgoing calls