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

Struct taskImpl

todo.go:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243type taskImpl struct {
244 *taskNodeImpl
245 text string
246 priority Priority
247 created, completed time.Time
248}
249
250func newTask(id int, text string, priority Priority) Task {
251 return &taskImpl{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected