MCPcopy 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
198func (t *taskNodeImpl) Len() int {
199 return len(t.tasks)
200}
201
202func (t *taskNodeImpl) At(index int) Task {
203 if index >= len(t.tasks) {

Callers 1

CreateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected