(e *Executor)
| 193 | } |
| 194 | |
| 195 | func (o *forceOption) ApplyToExecutor(e *Executor) { |
| 196 | e.Force = o.force |
| 197 | } |
| 198 | |
| 199 | // WithForceAll ensures that the [Executor] always runs all tasks (including |
| 200 | // subtasks), even when fingerprinting or prompts would normally stop them. |
nothing calls this directly
no outgoing calls
no test coverage detected