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

Method Parent

taskfile/node_base.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (node *baseNode) Parent() Node {
46 return node.parent
47}
48
49func (node *baseNode) Dir() string {
50 return node.dir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected