MCPcopy 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
19func (h *Has) Call(args ...vector.Any) vector.Any {
20 return h.not.Eval(h.missing.Call(args...))
21}
22
23type Missing struct{}
24

Callers

nothing calls this directly

Calls 2

EvalMethod · 0.65
CallMethod · 0.65

Tested by

no test coverage detected