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

Method Context

stream.go:1666–1668  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1664}
1665
1666func (ss *serverStream) Context() context.Context {
1667 return ss.ctx
1668}
1669
1670func (ss *serverStream) SetHeader(md metadata.MD) error {
1671 if md.Len() == 0 {

Callers 1

processStreamingRPCMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected