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

Function WithChecksum

taskfile/node_base.go:39–43  ·  view source on GitHub ↗
(checksum string)

Source from the content-addressed store, hash-verified

37}
38
39func WithChecksum(checksum string) NodeOption {
40 return func(node *baseNode) {
41 node.checksum = checksum
42 }
43}
44
45func (node *baseNode) Parent() Node {
46 return node.parent

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…