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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

480}
481
482func (o *parallelOption) ApplyToExecutor(e *Executor) {
483 e.Parallel = o.parallel
484}
485
486// WithColor tells the [Executor] whether or not to output using colorized
487// strings.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected