MCPcopy Create free account
hub / github.com/go-task/task / Includes

Struct Includes

taskfile/ast/include.go:31–34  ·  view source on GitHub ↗

Includes is an ordered map of namespaces to includes.

Source from the content-addressed store, hash-verified

29 }
30 // Includes is an ordered map of namespaces to includes.
31 Includes struct {
32 om *orderedmap.OrderedMap[string, *Include]
33 mutex sync.RWMutex
34 }
35 // An IncludeElement is a key-value pair that is used for initializing an
36 // Includes structure.
37 IncludeElement orderedmap.Element[string, *Include]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected