MCPcopy Create free account
hub / github.com/alecthomas/devtodo2 / Parent

Method Parent

todo.go:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209func (t *taskNodeImpl) Parent() TaskNode {
210 return t.parent
211}
212
213func (t *taskNodeImpl) SetParent(parent TaskNode) {
214 t.parent = parent

Callers 1

DeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected