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

Interface TaskList

todo.go:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89type TaskList interface {
90 TaskNode
91
92 Title() string
93 SetTitle(title string)
94
95 Find(index string) Task
96 FindAll(predicate func(node Task) bool) []Task
97}
98
99// Index referencing a task
100type Index []int

Callers 15

toMarshalableTaskListFunction · 0.65
ShowTreeMethod · 0.65
handleListMethod · 0.65
fromMarshalableTaskListFunction · 0.95
DeserializeMethod · 0.65
doSetTitleFunction · 0.65
TestFindFunction · 0.95
doShowInfoFunction · 0.65
processActionFunction · 0.65
resolveTaskReferenceFunction · 0.65
handleAddMethod · 0.65
handleDoneMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected