MCPcopy Index your code
hub / github.com/go-task/task / varTestOption

Struct varTestOption

task_test.go:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170type varTestOption struct {
171 key string
172 value any
173}
174
175func (opt *varTestOption) applyToExecutorTest(t *ExecutorTest) {
176 t.vars[opt.key] = opt.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected