Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewTypeError
Function
NewTypeError
complex.go:47–49 ·
view source on GitHub ↗
(id int, typ Type)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
NewTypeError(id int, typ Type) *TypeError {
48
return
&TypeError{id, typ}
49
}
50
51
func
(t *TypeError) ID() int {
52
return
t.id
Callers
1
LookupTypeError
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected