(x float32)
| 15 | } |
| 16 | |
| 17 | func RecordError(x float32) Result[float32, imports.E2] { |
| 18 | return imports.RecordError(x) |
| 19 | } |
| 20 | |
| 21 | func VariantError(x float32) Result[float32, imports.E3] { |
| 22 | return imports.VariantError(x) |
nothing calls this directly
no test coverage detected