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

Method Call

runtime/sam/expr/function/unblend.go:16–18  ·  view source on GitHub ↗
(args []super.Value)

Source from the content-addressed store, hash-verified

14}
15
16func (u *unblend) Call(args []super.Value) super.Value {
17 return u.eval(args[0])
18}
19
20func (u *unblend) eval(in super.Value) super.Value {
21 switch typ := in.Type().(type) {

Callers

nothing calls this directly

Calls 1

evalMethod · 0.95

Tested by

no test coverage detected