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

Method Call

runtime/sam/expr/function/types.go:131–137  ·  view source on GitHub ↗
(args []super.Value)

Source from the content-addressed store, hash-verified

129}
130
131func (q *Quiet) Call(args []super.Value) super.Value {
132 val := args[0]
133 if val.IsMissing() {
134 return q.sctx.Quiet()
135 }
136 return val
137}
138
139type Kind struct {
140 sctx *super.Context

Callers

nothing calls this directly

Calls 2

QuietMethod · 0.80
IsMissingMethod · 0.45

Tested by

no test coverage detected