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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

564}
565
566func (o *stdinOption) ApplyToExecutor(e *Executor) {
567 e.Stdin = o.stdin
568}
569
570// WithStdout sets the [Executor]'s standard output [io.Writer].
571func WithStdout(stdout io.Writer) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected