MCPcopy 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
47func NewTypeError(id int, typ Type) *TypeError {
48 return &TypeError{id, typ}
49}
50
51func (t *TypeError) ID() int {
52 return t.id

Callers 1

LookupTypeErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected