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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

317}
318
319func (o *caCertOption) ApplyToExecutor(e *Executor) {
320 e.CACert = o.caCert
321}
322
323// WithCert sets the path to a client certificate for TLS connections.
324func WithCert(cert string) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected