| 187 | } |
| 188 | |
| 189 | type executorOptionsTestOption struct { |
| 190 | executorOpts []task.ExecutorOption |
| 191 | } |
| 192 | |
| 193 | func (opt *executorOptionsTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 194 | t.executorOpts = slices.Concat(t.executorOpts, opt.executorOpts) |
nothing calls this directly
no outgoing calls
no test coverage detected