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

Method ApplyToReader

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

Source from the content-addressed store, hash-verified

226}
227
228func (o *readerCertOption) ApplyToReader(r *Reader) {
229 r.cert = o.cert
230}
231
232// WithReaderCertKey sets the path to a client certificate key for TLS connections.
233func WithReaderCertKey(certKey string) ReaderOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected