Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Kind
Method
Kind
complex.go:175–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
func
(t *TypeNamed) Kind() Kind {
176
return
t.Type.Kind()
177
}
178
179
func
TypeUnder(typ Type) Type {
180
if
named, ok := typ.(*TypeNamed); ok {
Callers
nothing calls this directly
Calls
1
Kind
Method · 0.65
Tested by
no test coverage detected