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

Struct Matrix

taskfile/ast/matrix.go:15–17  ·  view source on GitHub ↗

Matrix is an ordered map of variable names to arrays of values.

Source from the content-addressed store, hash-verified

13type (
14 // Matrix is an ordered map of variable names to arrays of values.
15 Matrix struct {
16 om *orderedmap.OrderedMap[string, *MatrixRow]
17 }
18 // A MatrixElement is a key-value pair that is used for initializing a
19 // Matrix structure.
20 MatrixElement orderedmap.Element[string, *MatrixRow]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected