Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/devtodo2
/ ID
Method
ID
todo.go:56–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
55
type
TaskNode
interface
{
56
ID() int
57
At(index int) Task
58
Len() int
59
Equal(other TaskNode) bool
Callers
3
Less
Method · 0.65
formatTask
Function · 0.65
taskIndex
Function · 0.65
Implementers
1
taskNodeImpl
todo.go
Calls
no outgoing calls
Tested by
no test coverage detected