Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/devtodo2
/ taskListImpl
Struct
taskListImpl
todo.go:304–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
type
taskListImpl
struct
{
305
*taskNodeImpl
306
title string
307
}
308
309
func
NewTaskList() TaskList {
310
return
&taskListImpl{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected