Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ readerCertKeyOption
Struct
readerCertKeyOption
taskfile/reader.go:237–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
type
readerCertKeyOption
struct
{
238
certKey string
239
}
240
241
func
(o *readerCertKeyOption) ApplyToReader(r *Reader) {
242
r.certKey = o.certKey
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected