Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ IsNil
Method
IsNil
pkg/traceql/ast.go:897–899 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
895
}
896
897
func
(s Static) IsNil() bool {
898
return
s.Type == TypeNil
899
}
900
901
func
(s Static) compare(o *Static) int {
902
if
s.Type != o.Type {
Callers
5
isZeroValue
Function · 0.80
RegisterExtension
Function · 0.80
writeFormattedContentForRequest
Function · 0.80
TestStatic_append
Function · 0.80
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
2
isZeroValue
Function · 0.64
TestStatic_append
Function · 0.64