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

Struct downloadOption

taskfile/reader.go:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107type downloadOption struct {
108 download bool
109}
110
111func (o *downloadOption) ApplyToReader(r *Reader) {
112 r.download = o.download

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected