MCPcopy
hub / github.com/go-task/task / executorOptionsTestOption

Struct executorOptionsTestOption

task_test.go:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type executorOptionsTestOption struct {
190 executorOpts []task.ExecutorOption
191}
192
193func (opt *executorOptionsTestOption) applyToExecutorTest(t *ExecutorTest) {
194 t.executorOpts = slices.Concat(t.executorOpts, opt.executorOpts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected