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

Struct Reader

taskrc/reader.go:20–22  ·  view source on GitHub ↗

A Reader will recursively read Taskfiles from a given [Node] and build a [ast.TaskRC] from them.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected