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

Struct Vars

taskfile/ast/vars.go:16–19  ·  view source on GitHub ↗

Vars is an ordered map of variable names to values.

Source from the content-addressed store, hash-verified

14type (
15 // Vars is an ordered map of variable names to values.
16 Vars struct {
17 om *orderedmap.OrderedMap[string, Var]
18 mutex sync.RWMutex
19 }
20 // A VarElement is a key-value pair that is used for initializing a Vars
21 // structure.
22 VarElement orderedmap.Element[string, Var]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected