Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
type
inputTestOption
struct
{
84
input string
85
}
86
87
func
(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