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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

249}
250
251func (o *offlineOption) ApplyToExecutor(e *Executor) {
252 e.Offline = o.offline
253}
254
255// WithTrustedHosts configures the [Executor] with a list of trusted hosts for remote
256// Taskfiles. Hosts in this list will not prompt for user confirmation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected