Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ forceOption
Struct
forceOption
executor.go:191–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
type
forceOption
struct
{
192
force bool
193
}
194
195
func
(o *forceOption) ApplyToExecutor(e *Executor) {
196
e.Force = o.force
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected