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

Method writeStatus

internal/transport/transport.go:674–674  ·  view source on GitHub ↗
(s *ServerStream, st *status.Status)

Source from the content-addressed store, hash-verified

672 writeHeader(s *ServerStream, md metadata.MD) error
673 write(s *ServerStream, hdr []byte, data mem.BufferSlice, opts *WriteOptions) error
674 writeStatus(s *ServerStream, st *status.Status) error
675 incrMsgRecv()
676 adjustWindow(s *ServerStream, n uint32)
677 updateWindow(s *ServerStream, n uint32)

Callers 1

WriteStatusMethod · 0.65

Implementers 2

serverHandlerTransportinternal/transport/handler_server.go
http2Serverinternal/transport/http2_server.go

Calls

no outgoing calls

Tested by

no test coverage detected