MCPcopy Create free account
hub / github.com/go-task/task / applyToExecutorTest

Method applyToExecutorTest

task_test.go:193–195  ·  view source on GitHub ↗
(t *ExecutorTest)

Source from the content-addressed store, hash-verified

191}
192
193func (opt *executorOptionsTestOption) applyToExecutorTest(t *ExecutorTest) {
194 t.executorOpts = slices.Concat(t.executorOpts, opt.executorOpts)
195}
196
197func (opt *executorOptionsTestOption) applyToFormatterTest(t *FormatterTest) {
198 t.executorOpts = slices.Concat(t.executorOpts, opt.executorOpts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected