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

Method At

todo.go:57–57  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

55type TaskNode interface {
56 ID() int
57 At(index int) Task
58 Len() int
59 Equal(other TaskNode) bool
60

Callers 10

FindMethod · 0.95
DeleteMethod · 0.65
findAllFunction · 0.65
toMarshalableTaskFunction · 0.65
TestDeleteFunction · 0.65
CreateTaskViewFunction · 0.65
consoleDisplayTaskFunction · 0.65
ShowTreeMethod · 0.65
taskIndexFunction · 0.65
collectTasksFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by 1

TestDeleteFunction · 0.52