MCPcopy 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
175func (t *TypeNamed) Kind() Kind {
176 return t.Type.Kind()
177}
178
179func TypeUnder(typ Type) Type {
180 if named, ok := typ.(*TypeNamed); ok {

Callers

nothing calls this directly

Calls 1

KindMethod · 0.65

Tested by

no test coverage detected