Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
func
(d *defuse) Call(args []super.Value) super.Value {
25
return
d.eval(args[0])
26
}
27
28
func
(d *defuse) eval(in super.Value) super.Value {
29
if
!d.hasFusion(in.Type()) {
Callers
nothing calls this directly
Calls
1
eval
Method · 0.95
Tested by
no test coverage detected