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

Method Find

todo.go:95–95  ·  view source on GitHub ↗
(index string)

Source from the content-addressed store, hash-verified

93 SetTitle(title string)
94
95 Find(index string) Task
96 FindAll(predicate func(node Task) bool) []Task
97}
98

Callers 10

TestFindFunction · 0.95
doShowInfoFunction · 0.65
processActionFunction · 0.65
resolveTaskReferenceFunction · 0.65
handleAddMethod · 0.65
handleDoneMethod · 0.65
handleUndoneMethod · 0.65
handleEditMethod · 0.65
handleRemoveMethod · 0.65
handleReparentMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by 1

TestFindFunction · 0.76