Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1666
func
(ss *serverStream) Context() context.Context {
1667
return
ss.ctx
1668
}
1669
1670
func
(ss *serverStream) SetHeader(md metadata.MD) error {
1671
if
md.Len() == 0 {
Callers
1
processStreamingRPC
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected