Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ stream
Struct
stream
internal/xds/clients/xdsclient/test/ads_stream_flow_control_test.go:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
type
stream
struct
{
138
stream grpc.ClientStream
139
recvCh
chan
struct
{}
140
}
141
142
func
(s *stream) Send(msg []byte) error {
143
return
s.stream.SendMsg(msg)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected