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

Struct taskNodeImpl

todo.go:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175type taskNodeImpl struct {
176 id int
177 tasks []TaskNode
178 parent TaskNode
179 attributes map[string]string
180}
181
182func newTaskNode(id int) *taskNodeImpl {
183 return &taskNodeImpl{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected