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

Struct Dep

taskfile/ast/dep.go:10–15  ·  view source on GitHub ↗

Dep is a task dependency

Source from the content-addressed store, hash-verified

8
9// Dep is a task dependency
10type Dep struct {
11 Task string
12 For *For
13 Vars *Vars
14 Silent bool
15}
16
17func (d *Dep) DeepCopy() *Dep {
18 if d == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected