(e *Executor)
| 148 | } |
| 149 | |
| 150 | func (o *entrypointOption) ApplyToExecutor(e *Executor) { |
| 151 | e.Entrypoint = o.entrypoint |
| 152 | } |
| 153 | |
| 154 | // WithTempDir sets the temporary directory that will be used by [Executor] for |
| 155 | // storing temporary files like checksums and cached remote files. By default, |
nothing calls this directly
no outgoing calls
no test coverage detected