(e *Executor)
| 163 | } |
| 164 | |
| 165 | func (o *tempDirOption) ApplyToExecutor(e *Executor) { |
| 166 | e.TempDir = o.tempDir |
| 167 | } |
| 168 | |
| 169 | // WithTempDirPath sets an unresolved path used to build [Executor.TempDir] |
| 170 | // during [Executor.Setup]. Relative paths are resolved from the root Taskfile |
nothing calls this directly
no outgoing calls
no test coverage detected