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

Function NewDefuse

runtime/sam/expr/function/defuse.go:16–22  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

14}
15
16func NewDefuse(sctx *super.Context) *defuse {
17 return &defuse{
18 sctx: sctx,
19 downcast: &downcast{sctx: sctx},
20 has: make(map[super.Type]bool),
21 }
22}
23
24func (d *defuse) Call(args []super.Value) super.Value {
25 return d.eval(args[0])

Callers 2

NewFunction · 0.92
NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected