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

Method ApplyToReader

taskrc/reader.go:55–57  ·  view source on GitHub ↗
(r *Reader)

Source from the content-addressed store, hash-verified

53}
54
55func (o *debugFuncOption) ApplyToReader(r *Reader) {
56 r.debugFunc = o.debugFunc
57}
58
59// Read will read the Task config defined by the [Reader]'s [Node].
60func (r *Reader) Read(node *Node) (*ast.TaskRC, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected