Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
func
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
spread
Method · 0.92
eval
Method · 0.92
eval
Method · 0.92
eval
Method · 0.92
eval
Method · 0.92
eval
Method · 0.92
evalBool
Function · 0.92
eval
Method · 0.92
eval
Method · 0.92
eval
Method · 0.92
eval
Method · 0.92
eval
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected