(err error)
| 29 | } |
| 30 | |
| 31 | func aliasErrorString(err error) string { |
| 32 | if err == nil { |
| 33 | return "" |
| 34 | } |
| 35 | return err.Error() |
| 36 | } |
| 37 | |
| 38 | // Verifies: SYS-REQ-006 (array iteration alias) |
| 39 | // reqproof:proptest:skip parity test for a thin compatibility wrapper |
no test coverage detected