MCPcopy
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
205type forceAllOption struct {
206 forceAll bool
207}
208
209func (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