MCPcopy Create free account
hub / github.com/go-task/task / ApplyToExecutor

Method ApplyToExecutor

executor.go:165–167  ·  view source on GitHub ↗
(e *Executor)

Source from the content-addressed store, hash-verified

163}
164
165func (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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected