Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
597
func
(c *Context) Missing() Value {
598
return
NewValue(c.StringTypeError(), Missing)
599
}
600
601
func
(c *Context) Quiet() Value {
602
return
NewValue(c.StringTypeError(), Quiet)
Callers
15
LookupTypeValue
Method · 0.95
evalAtCompileTime
Method · 0.80
Eval
Method · 0.80
Eval
Method · 0.80
getNumericIndex
Function · 0.80
indexArrayOrSet
Function · 0.80
indexRecordByIndex
Function · 0.80
indexRecordByName
Function · 0.80
indexMap
Function · 0.80
Eval
Method · 0.80
evalTypeOfType
Method · 0.80
toRecord
Method · 0.80
Calls
2
StringTypeError
Method · 0.95
NewValue
Function · 0.85
Tested by
no test coverage detected