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

Function WithVersionCheck

executor.go:613–615  ·  view source on GitHub ↗

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

(enableVersionCheck bool)

Source from the content-addressed store, hash-verified

611
612// WithVersionCheck tells the [Executor] whether or not to check the version of
613func WithVersionCheck(enableVersionCheck bool) ExecutorOption {
614 return &versionCheckOption{enableVersionCheck}
615}
616
617type versionCheckOption struct {
618 enableVersionCheck 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…