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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

343}
344
345func (o *certKeyOption) ApplyToExecutor(e *Executor) {
346 e.CertKey = o.certKey
347}
348
349// WithWatch tells the [Executor] to keep running in the background and watch
350// for changes to the fingerprint of the tasks that are run. When changes are

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected