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

Method ApplyToExecutor

executor.go:223–225  ·  view source on GitHub ↗
(e *Executor)

Source from the content-addressed store, hash-verified

221}
222
223func (o *insecureOption) ApplyToExecutor(e *Executor) {
224 e.Insecure = o.insecure
225}
226
227// WithDownload forces the [Executor] to download a fresh copy of the taskfile
228// from the remote source.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected