Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ readerCertOption
Struct
readerCertOption
taskfile/reader.go:224–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
type
readerCertOption
struct
{
225
cert string
226
}
227
228
func
(o *readerCertOption) ApplyToReader(r *Reader) {
229
r.cert = o.cert
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected