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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

522}
523
524func (o *intervalOption) ApplyToExecutor(e *Executor) {
525 e.Interval = o.interval
526}
527
528// WithOutputStyle sets the output style of the [Executor]. By default, the
529// output style is set to the style defined in the Taskfile.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected