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

Struct v1AlphaClientStreamAdapter

reflection/test/serverreflection_test.go:842–844  ·  reflection/test/serverreflection_test.go::v1AlphaClientStreamAdapter

Source from the content-addressed store, hash-verified

840}
841
842type v1AlphaClientStreamAdapter struct {
843 v1alphareflectiongrpc.ServerReflection_ServerReflectionInfoClient
844}
845
846func (s v1AlphaClientStreamAdapter) Send(request *v1reflectionpb.ServerReflectionRequest) error {
847 return s.ServerReflection_ServerReflectionInfoClient.Send(internal.V1ToV1AlphaRequest(request))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected