Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ isfalse
Function
isfalse
runtime/sam/expr/eval.go:96–98 ·
view source on GitHub ↗
(val super.Value)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
isfalse(val super.Value) bool {
97
return
val.Type().ID() == super.IDBool && !val.IsNull() && !val.Bool()
98
}
99
100
func
(o *Or) Eval(this super.Value) super.Value {
101
lhs := EvalBool(o.sctx, this, o.lhs)
Callers
1
Eval
Method · 0.85
Calls
4
IsNull
Method · 0.80
Bool
Method · 0.80
ID
Method · 0.65
Type
Method · 0.65
Tested by
no test coverage detected