Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewUnder
Function
NewUnder
runtime/sam/expr/function/under.go:13–18 ·
view source on GitHub ↗
(sctx *super.Context)
Source
from the content-addressed store, hash-verified
11
}
12
13
func
NewUnder(sctx *super.Context) *Under {
14
return
&Under{
15
sctx: sctx,
16
downcast: NewDowncast(sctx),
17
}
18
}
19
20
func
(u *Under) Call(args []super.Value) super.Value {
21
val := args[0]
Callers
1
New
Function · 0.85
Calls
1
NewDowncast
Function · 0.85
Tested by
no test coverage detected