MCPcopy 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
273func (v Value) IsError() bool {
274 _, ok := TypeUnder(v.Type()).(*TypeError)
275 return ok
276}
277
278func (v *Value) IsMissing() bool {
279 if v == nil {

Callers 15

mustEvalStringMethod · 0.80
compileVamExprSwitchMethod · 0.80
compileExprSwitchMethod · 0.80
EvalMethod · 0.80
EvalMethod · 0.80
EvalMethod · 0.80
EvalMethod · 0.80
EvalMethod · 0.80
CompareBoolFunction · 0.80
CompareInt64Function · 0.80
CompareIPFunction · 0.80
CompareFloat64Function · 0.80

Calls 2

TypeMethod · 0.95
TypeUnderFunction · 0.85

Tested by

no test coverage detected