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

TypeAlias IncludeElement

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

An IncludeElement is a key-value pair that is used for initializing an Includes structure.

Source from the content-addressed store, hash-verified

35 // An IncludeElement is a key-value pair that is used for initializing an
36 // Includes structure.
37 IncludeElement orderedmap.Element[string, *Include]
38)
39
40// NewIncludes creates a new instance of Includes and initializes it with the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected