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

Method SetInstant

pkg/tempopb/utils.go:44–48  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

42}
43
44func (q *QueryRangeRequest) SetInstant(value bool) {
45 q.XInstant = &QueryRangeRequest_Instant{
46 Instant: value,
47 }
48}

Calls

no outgoing calls