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

Method ApplyToReader

taskfile/reader.go:97–99  ·  view source on GitHub ↗
(r *Reader)

Source from the content-addressed store, hash-verified

95}
96
97func (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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected