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

Function NewTypeArray

complex.go:16–18  ·  view source on GitHub ↗
(id int, typ Type)

Source from the content-addressed store, hash-verified

14}
15
16func NewTypeArray(id int, typ Type) *TypeArray {
17 return &TypeArray{id, typ}
18}
19
20func (t *TypeArray) ID() int {
21 return t.id

Callers 1

LookupTypeArrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected