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

Function NewTypeSet

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

Source from the content-addressed store, hash-verified

261}
262
263func NewTypeSet(id int, typ Type) *TypeSet {
264 return &TypeSet{id, typ}
265}
266
267func (t *TypeSet) ID() int {
268 return t.id

Callers 2

TestValueValidateFunction · 0.92
LookupTypeSetMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestValueValidateFunction · 0.74