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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

358}
359
360func (o *watchOption) ApplyToExecutor(e *Executor) {
361 e.Watch = o.watch
362}
363
364// WithVerbose tells the [Executor] to output more information about the tasks
365// that are run.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected