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

Function underAll

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

Source from the content-addressed store, hash-verified

215}
216
217func underAll(args []super.Value) []super.Value {
218 for i := range args {
219 args[i] = args[i].Under()
220 }
221 return args
222}

Callers 6

CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70

Calls 1

UnderMethod · 0.80

Tested by

no test coverage detected