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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

619}
620
621func (o *versionCheckOption) ApplyToExecutor(e *Executor) {
622 e.EnableVersionCheck = o.enableVersionCheck
623}
624
625// WithFailfast tells the [Executor] whether or not to check the version of
626func WithFailfast(failfast bool) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected