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

Method applyToExecutorTest

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

Source from the content-addressed store, hash-verified

230}
231
232func (opt *postProcessFnTestOption) applyToExecutorTest(t *ExecutorTest) {
233 t.postProcessFns = append(t.postProcessFns, opt.fn)
234}
235
236func (opt *postProcessFnTestOption) applyToFormatterTest(t *FormatterTest) {
237 t.postProcessFns = append(t.postProcessFns, opt.fn)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected