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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

235}
236
237func (o *downloadOption) ApplyToExecutor(e *Executor) {
238 e.Download = o.download
239}
240
241// WithOffline stops the [Executor] from being able to make network connections.
242// It will still be able to read local files and cached copies of remote files.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected