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

Method Recv

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

Source from the content-addressed store, hash-verified

3725}
3726
3727func (x *streamingQuerierMetricsQueryInstantClient) Recv() (*QueryInstantResponse, error) {
3728 m := new(QueryInstantResponse)
3729 if err := x.ClientStream.RecvMsg(m); err != nil {
3730 return nil, err
3731 }
3732 return m, nil
3733}
3734
3735// StreamingQuerierServer is the server API for StreamingQuerier service.
3736type StreamingQuerierServer interface {

Callers

nothing calls this directly

Calls 1

RecvMsgMethod · 0.80

Tested by

no test coverage detected