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

Function NewCall

runtime/sam/expr/eval.go:828–834  ·  view source on GitHub ↗
(fn Function, exprs []Evaluator)

Source from the content-addressed store, hash-verified

826}
827
828func NewCall(fn Function, exprs []Evaluator) *Call {
829 return &Call{
830 fn: fn,
831 exprs: exprs,
832 args: make([]super.Value, len(exprs)),
833 }
834}
835
836func (c *Call) Eval(this super.Value) super.Value {
837 for k, e := range c.exprs {

Callers 1

compileCallMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected