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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

412}
413
414func (o *assumeYesOption) ApplyToExecutor(e *Executor) {
415 e.AssumeYes = o.assumeYes
416}
417
418// WithAssumeTerm is used for testing purposes to simulate a terminal.
419func WithAssumeTerm(assumeTerm bool) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected