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

Method ApplyToReader

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

Source from the content-addressed store, hash-verified

239}
240
241func (o *readerCertKeyOption) ApplyToReader(r *Reader) {
242 r.certKey = o.certKey
243}
244
245// Read will read the Taskfile defined by the [Reader]'s [Node] and recurse
246// through any [ast.Includes] it finds, reading each included Taskfile and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected