| 15 | ) |
| 16 | |
| 17 | type exampleThumbnailer struct { |
| 18 | color.Color |
| 19 | } |
| 20 | |
| 21 | // Thumbnail fulfills the plot.Thumbnailer interface. |
| 22 | func (et exampleThumbnailer) Thumbnail(c *draw.Canvas) { |
nothing calls this directly
no outgoing calls
no test coverage detected