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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

304}
305
306func (o *remoteCacheDirOption) ApplyToExecutor(e *Executor) {
307 e.RemoteCacheDir = o.dir
308}
309
310// WithCACert sets the path to a custom CA certificate for TLS connections.
311func WithCACert(caCert string) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected