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

Function Under

vector/named.go:20–28  ·  view source on GitHub ↗
(v Any)

Source from the content-addressed store, hash-verified

18}
19
20func Under(v Any) Any {
21 for {
22 n, ok := v.(*Named)
23 if !ok {
24 return v
25 }
26 v = n.Any
27 }
28}

Callers 15

spreadMethod · 0.92
evalMethod · 0.92
evalMethod · 0.92
evalMethod · 0.92
evalMethod · 0.92
evalMethod · 0.92
evalBoolFunction · 0.92
evalMethod · 0.92
evalMethod · 0.92
evalMethod · 0.92
evalMethod · 0.92
evalMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected