| 143 | } |
| 144 | |
| 145 | type pluginsUsed struct { |
| 146 | invert bool |
| 147 | plugins []PluginVersionTuple |
| 148 | } |
| 149 | |
| 150 | func (pu pluginsUsed) Check(stdout, stderr string, _ error) error { |
| 151 | var opts []GrepOpts |
nothing calls this directly
no outgoing calls
no test coverage detected