Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ forceAllOption
Struct
forceAllOption
executor.go:205–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
type
forceAllOption
struct
{
206
forceAll bool
207
}
208
209
func
(o *forceAllOption) ApplyToExecutor(e *Executor) {
210
e.ForceAll = o.forceAll
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected