Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ IsError
Method
IsError
value.go:273–276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
271
}
272
273
func
(v Value) IsError() bool {
274
_, ok := TypeUnder(v.Type()).(*TypeError)
275
return
ok
276
}
277
278
func
(v *Value) IsMissing() bool {
279
if
v == nil {
Callers
15
mustEvalString
Method · 0.80
compileVamExprSwitch
Method · 0.80
compileExprSwitch
Method · 0.80
Eval
Method · 0.80
Eval
Method · 0.80
Eval
Method · 0.80
Eval
Method · 0.80
Eval
Method · 0.80
CompareBool
Function · 0.80
CompareInt64
Function · 0.80
CompareIP
Function · 0.80
CompareFloat64
Function · 0.80
Calls
2
Type
Method · 0.95
TypeUnder
Function · 0.85
Tested by
no test coverage detected