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

Struct MatrixRow

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

A MatrixRow list of values for a matrix key or a reference to another variable.

Source from the content-addressed store, hash-verified

21 // A MatrixRow list of values for a matrix key or a reference to another
22 // variable.
23 MatrixRow struct {
24 Ref string
25 Value []any
26 }
27)
28
29func NewMatrix(els ...*MatrixElement) *Matrix {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected