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

Method ApplyToReader

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

Source from the content-addressed store, hash-verified

200}
201
202func (o *promptFuncOption) ApplyToReader(r *Reader) {
203 r.promptFunc = o.promptFunc
204}
205
206// WithReaderCACert sets the path to a custom CA certificate for TLS connections.
207func WithReaderCACert(caCert string) ReaderOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected