Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/go-task/task
/ readerCACertOption
Struct
readerCACertOption
taskfile/reader.go:211–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
type
readerCACertOption
struct
{
212
caCert string
213
}
214
215
func
(o *readerCACertOption) ApplyToReader(r *Reader) {
216
r.caCert = o.caCert
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected