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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

551}
552
553func (o *taskSorterOption) ApplyToExecutor(e *Executor) {
554 e.TaskSorter = o.sorter
555}
556
557// WithStdin sets the [Executor]'s standard input [io.Reader].
558func WithStdin(stdin io.Reader) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected