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

Method ApplyToReader

taskfile/reader.go:215–217  ·  view source on GitHub ↗
(r *Reader)

Source from the content-addressed store, hash-verified

213}
214
215func (o *readerCACertOption) ApplyToReader(r *Reader) {
216 r.caCert = o.caCert
217}
218
219// WithReaderCert sets the path to a client certificate for TLS connections.
220func WithReaderCert(cert string) ReaderOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected