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

Method Status

pkg/traceql/ast.go:999–1004  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

997}
998
999func (s Static) Status() (Status, bool) {
1000 if s.Type != TypeStatus {
1001 return 0, false
1002 }
1003 return Status(s.valScalar), true
1004}
1005
1006func (s Static) Kind() (Kind, bool) {
1007 if s.Type != TypeKind {

Callers 5

EncodeToStringMethod · 0.95
createIntPredicateFunction · 0.80
createIntPredicateFunction · 0.80
createIntPredicateFunction · 0.80
TestStatic_StatusFunction · 0.80

Calls 1

StatusTypeAlias · 0.70

Tested by 1

TestStatic_StatusFunction · 0.64