MCPcopy
hub / github.com/grafana/tempo / Recv

Method Recv

pkg/tempopb/tempo.pb.go:3535–3541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3533}
3534
3535func (x *streamingQuerierSearchClient) Recv() (*SearchResponse, error) {
3536 m := new(SearchResponse)
3537 if err := x.ClientStream.RecvMsg(m); err != nil {
3538 return nil, err
3539 }
3540 return m, nil
3541}
3542
3543func (c *streamingQuerierClient) SearchTags(ctx context.Context, in *SearchTagsRequest, opts ...grpc.CallOption) (StreamingQuerier_SearchTagsClient, error) {
3544 stream, err := c.cc.NewStream(ctx, &_StreamingQuerier_serviceDesc.Streams[1], "/tempopb.StreamingQuerier/SearchTags", opts...)

Callers

nothing calls this directly

Calls 1

RecvMsgMethod · 0.80

Tested by

no test coverage detected