func()
in
src/middleware/model.go [55:57]
3
lines of code
1
McCabe index (conditional complexity)
func (t Todo) Key() string { return strconv.Itoa(t.ID) }