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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

425}
426
427func (o *assumeTermOption) ApplyToExecutor(e *Executor) {
428 e.AssumeTerm = o.assumeTerm
429}
430
431// WithInteractive tells the [Executor] to prompt for missing required variables.
432func WithInteractive(interactive bool) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected