MCPcopy
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
897func (s Static) IsNil() bool {
898 return s.Type == TypeNil
899}
900
901func (s Static) compare(o *Static) int {
902 if s.Type != o.Type {

Callers 5

isZeroValueFunction · 0.80
RegisterExtensionFunction · 0.80
TestStatic_appendFunction · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by 2

isZeroValueFunction · 0.64
TestStatic_appendFunction · 0.64