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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

466}
467
468func (o *summaryOption) ApplyToExecutor(e *Executor) {
469 e.Summary = o.summary
470}
471
472// WithParallel tells the [Executor] to run tasks given in the same call in
473// parallel.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected