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

Function WithDownload

executor.go:229–231  ·  view source on GitHub ↗

WithDownload forces the [Executor] to download a fresh copy of the taskfile from the remote source.

(download bool)

Source from the content-addressed store, hash-verified

227// WithDownload forces the [Executor] to download a fresh copy of the taskfile
228// from the remote source.
229func WithDownload(download bool) ExecutorOption {
230 return &downloadOption{download}
231}
232
233type downloadOption struct {
234 download 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…