MCPcopy Create free account
hub / github.com/go-task/task / TaskElement

TypeAlias TaskElement

taskfile/ast/tasks.go:26–26  ·  view source on GitHub ↗

A TaskElement is a key-value pair that is used for initializing a Tasks structure.

Source from the content-addressed store, hash-verified

24 // A TaskElement is a key-value pair that is used for initializing a Tasks
25 // structure.
26 TaskElement orderedmap.Element[string, *Task]
27)
28
29// NewTasks creates a new instance of Tasks and initializes it with the provided

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected