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

Struct Requires

taskfile/ast/requires.go:11–13  ·  view source on GitHub ↗

Requires represents a set of required variables necessary for a task to run

Source from the content-addressed store, hash-verified

9
10// Requires represents a set of required variables necessary for a task to run
11type Requires struct {
12 Vars []*VarsWithValidation
13}
14
15func (r *Requires) DeepCopy() *Requires {
16 if r == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected