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

Struct inputTestOption

executor_test.go:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83type inputTestOption struct {
84 input string
85}
86
87func (opt *inputTestOption) applyToExecutorTest(t *ExecutorTest) {
88 t.input = opt.input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected