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

Method Recv

reflection/adapt.go:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (s v1AlphaServerStreamAdapter) Recv() (*v1reflectionpb.ServerReflectionRequest, error) {
52 resp, err := s.ServerReflection_ServerReflectionInfoServer.Recv()
53 if err != nil {
54 return nil, err
55 }
56 return internal.V1AlphaToV1Request(resp), nil
57}

Callers

nothing calls this directly

Calls 2

V1AlphaToV1RequestFunction · 0.92
RecvMethod · 0.65

Tested by

no test coverage detected