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

Method applyToExecutorTest

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

Source from the content-addressed store, hash-verified

173}
174
175func (opt *varTestOption) applyToExecutorTest(t *ExecutorTest) {
176 t.vars[opt.key] = opt.value
177}
178
179func (opt *varTestOption) applyToFormatterTest(t *FormatterTest) {
180 t.vars[opt.key] = opt.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected