A Reader will recursively read Taskfiles from a given [Node] and build a [ast.TaskRC] from them.
| 18 | // A Reader will recursively read Taskfiles from a given [Node] and build a |
| 19 | // [ast.TaskRC] from them. |
| 20 | Reader struct { |
| 21 | debugFunc DebugFunc |
| 22 | } |
| 23 | ) |
| 24 | |
| 25 | // NewReader constructs a new Taskfile [Reader] using the given Node and |
nothing calls this directly
no outgoing calls
no test coverage detected