MCPcopy 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
55type TaskNode interface {
56 ID() int
57 At(index int) Task
58 Len() int
59 Equal(other TaskNode) bool

Callers 3

LessMethod · 0.65
formatTaskFunction · 0.65
taskIndexFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected