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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

604}
605
606func (o *ioOption) ApplyToExecutor(e *Executor) {
607 e.Stdin = o.rw
608 e.Stdout = o.rw
609 e.Stderr = o.rw
610}
611
612// WithVersionCheck tells the [Executor] whether or not to check the version of
613func WithVersionCheck(enableVersionCheck bool) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected