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

Method Get

taskfile/ast/matrix.go:46–51  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

44}
45
46func (matrix *Matrix) Get(key string) (*MatrixRow, bool) {
47 if matrix == nil || matrix.om == nil {
48 return nil, false
49 }
50 return matrix.om.Get(key)
51}
52
53func (matrix *Matrix) Set(key string, value *MatrixRow) bool {
54 if matrix == nil {

Calls

no outgoing calls

Tested by 1