MCPcopy
hub / github.com/go-task/task / WithDownload

Function WithDownload

taskfile/reader.go:103–105  ·  view source on GitHub ↗

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

(download bool)

Source from the content-addressed store, hash-verified

101// WithDownload forces the [Reader] to download a fresh copy of the taskfile
102// from the remote source.
103func WithDownload(download bool) ReaderOption {
104 return &downloadOption{download: download}
105}
106
107type downloadOption struct {
108 download bool

Callers 1

readTaskfileMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…