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

Function WithFailfast

executor.go:626–628  ·  view source on GitHub ↗

WithFailfast tells the [Executor] whether or not to check the version of

(failfast bool)

Source from the content-addressed store, hash-verified

624
625// WithFailfast tells the [Executor] whether or not to check the version of
626func WithFailfast(failfast bool) ExecutorOption {
627 return &failfastOption{failfast}
628}
629
630type failfastOption struct {
631 failfast bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…