Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/devtodo2
/ TaskListIO
Interface
TaskListIO
todo.go:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
)
49
50
type
TaskListIO
interface
{
51
Deserialize(reader io.Reader) (TaskList, error)
52
Serialize(writer io.Writer, tasks TaskList) error
53
}
54
55
type
TaskNode
interface
{
56
ID() int
Callers
4
loadTaskList
Function · 0.65
load
Method · 0.65
saveTaskList
Function · 0.65
save
Method · 0.65
Implementers
2
jsonIO
jsonio.go
legacyIO
legacyio.go
Calls
no outgoing calls
Tested by
no test coverage detected