Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
func
NewTypeSet(id int, typ Type) *TypeSet {
264
return
&TypeSet{id, typ}
265
}
266
267
func
(t *TypeSet) ID() int {
268
return
t.id
Callers
2
TestValueValidate
Function · 0.92
LookupTypeSet
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestValueValidate
Function · 0.74