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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

179}
180
181func (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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected