(_ context.Context, _ string)
| 127 | type ignore struct{} |
| 128 | |
| 129 | func (q *ignore) Start(_ context.Context, _ string) { |
| 130 | } |
| 131 | |
| 132 | func (q *ignore) Done(_ string, _ bool) { |
| 133 | } |
nothing calls this directly
no outgoing calls
no test coverage detected