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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

536}
537
538func (o *outputStyleOption) ApplyToExecutor(e *Executor) {
539 e.OutputStyle = o.outputStyle
540}
541
542// WithTaskSorter sets the sorter that the [Executor] will use to sort tasks. By
543// default, the sorter is set to sort tasks alphabetically, but with tasks with

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected