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

Method GetXInstant

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

Source from the content-addressed store, hash-verified

2492func (*QueryRangeRequest_Instant) isQueryRangeRequest_XInstant() {}
2493
2494func (m *QueryRangeRequest) GetXInstant() isQueryRangeRequest_XInstant {
2495 if m != nil {
2496 return m.XInstant
2497 }
2498 return nil
2499}
2500
2501func (m *QueryRangeRequest) GetQuery() string {
2502 if m != nil {

Callers 2

HasInstantMethod · 0.95
GetInstantMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected