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