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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

590}
591
592func (o *stderrOption) ApplyToExecutor(e *Executor) {
593 e.Stderr = o.stderr
594}
595
596// WithIO sets the [Executor]'s standard input, output, and error to the same
597// [io.ReadWriter].

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected