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