Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ nameTestOption
Struct
nameTestOption
task_test.go:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
type
nameTestOption
struct
{
135
name string
136
}
137
138
func
(opt *nameTestOption) applyToExecutorTest(t *ExecutorTest) {
139
t.name = opt.name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected