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

Function newHint

pkg/traceql/enum_hints.go:42–44  ·  view source on GitHub ↗
(k string, v Static)

Source from the content-addressed store, hash-verified

40}
41
42func newHint(k string, v Static) *Hint {
43 return &Hint{k, v}
44}
45
46type Hints struct {
47 Hints []*Hint

Callers 4

TestHintsFunction · 0.85
TestMetricsSecondStageFunction · 0.85
TestMetricsFilterFunction · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by 3

TestHintsFunction · 0.68
TestMetricsSecondStageFunction · 0.68
TestMetricsFilterFunction · 0.68