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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

452}
453
454func (o *dryOption) ApplyToExecutor(e *Executor) {
455 e.Dry = o.dry
456}
457
458// WithSummary tells the [Executor] to output a summary of the given tasks
459// instead of running them.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected