(args ...vector.Any)
| 193 | } |
| 194 | |
| 195 | func (e *Error) Call(args ...vector.Any) vector.Any { |
| 196 | vec := args[0] |
| 197 | return vector.NewError(e.sctx.LookupTypeError(vec.Type()), vec) |
| 198 | } |
| 199 | |
| 200 | type Kind struct { |
| 201 | sctx *super.Context |
nothing calls this directly
no test coverage detected