Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
type
TaskNode
interface
{
56
ID() int
57
At(index int) Task
58
Len() int
59
Equal(other TaskNode) bool
60
Callers
10
Find
Method · 0.95
Delete
Method · 0.65
findAll
Function · 0.65
toMarshalableTask
Function · 0.65
TestDelete
Function · 0.65
CreateTaskView
Function · 0.65
consoleDisplayTask
Function · 0.65
ShowTree
Method · 0.65
taskIndex
Function · 0.65
collectTasks
Function · 0.65
Implementers
1
taskNodeImpl
todo.go
Calls
no outgoing calls
Tested by
1
TestDelete
Function · 0.52