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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

577}
578
579func (o *stdoutOption) ApplyToExecutor(e *Executor) {
580 e.Stdout = o.stdout
581}
582
583// WithStderr sets the [Executor]'s standard error [io.Writer].
584func WithStderr(stderr io.Writer) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected