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

Function NewUnblend

runtime/sam/expr/function/unblend.go:12–14  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

10}
11
12func NewUnblend(sctx *super.Context) *unblend {
13 return &unblend{sctx}
14}
15
16func (u *unblend) Call(args []super.Value) super.Value {
17 return u.eval(args[0])

Callers 2

NewFunction · 0.92
NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected