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

Method Call

runtime/sam/expr/function/defuse.go:24–26  ·  view source on GitHub ↗
(args []super.Value)

Source from the content-addressed store, hash-verified

22}
23
24func (d *defuse) Call(args []super.Value) super.Value {
25 return d.eval(args[0])
26}
27
28func (d *defuse) eval(in super.Value) super.Value {
29 if !d.hasFusion(in.Type()) {

Callers

nothing calls this directly

Calls 1

evalMethod · 0.95

Tested by

no test coverage detected