Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
func
(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
139
type
Kind
struct
{
140
sctx *super.Context
Callers
nothing calls this directly
Calls
2
Quiet
Method · 0.80
IsMissing
Method · 0.45
Tested by
no test coverage detected