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

Function NewDowncast

runtime/sam/expr/function/downcast.go:13–15  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

11}
12
13func NewDowncast(sctx *super.Context) Caster {
14 return &downcast{sctx}
15}
16
17func (d *downcast) Call(args []super.Value) super.Value {
18 from, to := args[0], args[1]

Callers 2

newFusionFunction · 0.85
NewUnderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected