Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Call
Method
Call
runtime/vam/expr/function/has.go:19–21 ·
view source on GitHub ↗
(args ...vector.Any)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(h *Has) Call(args ...vector.Any) vector.Any {
20
return
h.not.Eval(h.missing.Call(args...))
21
}
22
23
type
Missing
struct
{}
24
Callers
nothing calls this directly
Calls
2
Eval
Method · 0.65
Call
Method · 0.65
Tested by
no test coverage detected