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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

263}
264
265func (o *trustedHostsOption) ApplyToExecutor(e *Executor) {
266 e.TrustedHosts = o.trustedHosts
267}
268
269// WithTimeout sets the [Executor]'s timeout for fetching remote taskfiles. By
270// default, the timeout is set to 10 seconds.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected