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

Function WithParent

taskfile/node_base.go:33–37  ·  view source on GitHub ↗
(parent Node)

Source from the content-addressed store, hash-verified

31}
32
33func WithParent(parent Node) NodeOption {
34 return func(node *baseNode) {
35 node.parent = parent
36 }
37}
38
39func WithChecksum(checksum string) NodeOption {
40 return func(node *baseNode) {

Callers 1

includeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…