(e *Executor)
| 179 | } |
| 180 | |
| 181 | func (o *tempDirPathOption) ApplyToExecutor(e *Executor) { |
| 182 | e.TempDirPath = o.path |
| 183 | } |
| 184 | |
| 185 | // WithForce ensures that the [Executor] always runs a task, even when |
| 186 | // fingerprinting or prompts would normally stop it. |
nothing calls this directly
no outgoing calls
no test coverage detected