Comparison is a custom function that returns true on success and false on failure
func() (success bool)
| 53 | |
| 54 | // Comparison is a custom function that returns true on success and false on failure |
| 55 | type Comparison func() (success bool) |
| 56 | |
| 57 | /* |
| 58 | Helper functions |
nothing calls this directly
no outgoing calls
no test coverage detected