(x uint32)
| 23 | } |
| 24 | |
| 25 | func EmptyError(x uint32) Result[uint32, Unit] { |
| 26 | return imports.EmptyError(x) |
| 27 | } |
| 28 | |
| 29 | func DoubleError(x uint32) Result[Result[Unit, string], string] { |
| 30 | return imports.DoubleError(x) |
nothing calls this directly
no test coverage detected