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

Method applyToExecutorTest

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

Source from the content-addressed store, hash-verified

210}
211
212func (opt *experimentTestOption) applyToExecutorTest(t *ExecutorTest) {
213 t.experiments[opt.experiment] = opt.value
214}
215
216func (opt *experimentTestOption) applyToFormatterTest(t *FormatterTest) {
217 t.experiments[opt.experiment] = opt.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected