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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

207}
208
209func (o *forceAllOption) ApplyToExecutor(e *Executor) {
210 e.ForceAll = o.forceAll
211}
212
213// WithInsecure allows the [Executor] to make insecure connections when reading
214// remote taskfiles. By default, insecure connections are rejected.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected