Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
999
func
(s Static) Status() (Status, bool) {
1000
if
s.Type != TypeStatus {
1001
return
0, false
1002
}
1003
return
Status(s.valScalar), true
1004
}
1005
1006
func
(s Static) Kind() (Kind, bool) {
1007
if
s.Type != TypeKind {
Callers
5
EncodeToString
Method · 0.95
createIntPredicate
Function · 0.80
createIntPredicate
Function · 0.80
createIntPredicate
Function · 0.80
TestStatic_Status
Function · 0.80
Calls
1
Status
TypeAlias · 0.70
Tested by
1
TestStatic_Status
Function · 0.64