MCPcopy Create free account
hub / github.com/brimdata/super / Missing

Method Missing

context.go:597–599  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595}
596
597func (c *Context) Missing() Value {
598 return NewValue(c.StringTypeError(), Missing)
599}
600
601func (c *Context) Quiet() Value {
602 return NewValue(c.StringTypeError(), Quiet)

Callers 15

LookupTypeValueMethod · 0.95
evalAtCompileTimeMethod · 0.80
EvalMethod · 0.80
EvalMethod · 0.80
getNumericIndexFunction · 0.80
indexArrayOrSetFunction · 0.80
indexRecordByIndexFunction · 0.80
indexRecordByNameFunction · 0.80
indexMapFunction · 0.80
EvalMethod · 0.80
evalTypeOfTypeMethod · 0.80
toRecordMethod · 0.80

Calls 2

StringTypeErrorMethod · 0.95
NewValueFunction · 0.85

Tested by

no test coverage detected