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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

193}
194
195func (o *forceOption) ApplyToExecutor(e *Executor) {
196 e.Force = o.force
197}
198
199// WithForceAll ensures that the [Executor] always runs all tasks (including
200// subtasks), even when fingerprinting or prompts would normally stop them.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected