| 17 | } |
| 18 | |
| 19 | type trimTestCase struct { |
| 20 | sourceFile string |
| 21 | threshold int |
| 22 | color *color.RGB |
| 23 | equalHor bool |
| 24 | equalVer bool |
| 25 | } |
| 26 | |
| 27 | func (r trimTestCase) ImagePath() string { |
| 28 | return r.sourceFile |
nothing calls this directly
no outgoing calls
no test coverage detected