Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewTypeMap
Function
NewTypeMap
complex.go:106–108 ·
view source on GitHub ↗
(id int, keyType, valType Type)
Source
from the content-addressed store, hash-verified
104
}
105
106
func
NewTypeMap(id int, keyType, valType Type) *TypeMap {
107
return
&TypeMap{id, keyType, valType}
108
}
109
110
func
(t *TypeMap) ID() int {
111
return
t.id
Callers
1
LookupTypeMap
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected