(r *Reader)
| 95 | } |
| 96 | |
| 97 | func (o *insecureOption) ApplyToReader(r *Reader) { |
| 98 | r.insecure = o.insecure |
| 99 | } |
| 100 | |
| 101 | // WithDownload forces the [Reader] to download a fresh copy of the taskfile |
| 102 | // from the remote source. |
nothing calls this directly
no outgoing calls
no test coverage detected