(r *Reader)
| 53 | } |
| 54 | |
| 55 | func (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]. |
| 60 | func (r *Reader) Read(node *Node) (*ast.TaskRC, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected