MCPcopy Create free account
hub / github.com/alecthomas/devtodo2 / View

Interface View

view.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type View interface {
31 ShowTree(tasks TaskList, options *ViewOptions)
32 ShowTaskInfo(task Task)
33}
34
35// TaskView is a filtered, ordered view of a Tasks children.
36type TaskView struct {

Callers

nothing calls this directly

Implementers 1

ConsoleViewconsoleview.go

Calls

no outgoing calls

Tested by

no test coverage detected