Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
func
NewUnblend(sctx *super.Context) *unblend {
13
return
&unblend{sctx}
14
}
15
16
func
(u *unblend) Call(args []super.Value) super.Value {
17
return
u.eval(args[0])
Callers
2
New
Function · 0.92
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected