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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

632}
633
634func (o *failfastOption) ApplyToExecutor(e *Executor) {
635 e.Failfast = o.failfast
636}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected