Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/devtodo2
/ Len
Method
Len
todo.go:198–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
func
(t *taskNodeImpl) Len() int {
199
return
len(t.tasks)
200
}
201
202
func
(t *taskNodeImpl) At(index int) Task {
203
if
index >= len(t.tasks) {
Callers
1
Create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected