MCPcopy
hub / github.com/go-task/task / For

Struct For

taskfile/ast/for.go:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type For struct {
11 From string
12 List []any
13 Matrix *Matrix
14 Var string
15 Split string
16 As string
17}
18
19func (f *For) UnmarshalYAML(node *yaml.Node) error {
20 switch node.Kind {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected