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

Method Checksum

taskfile/node_base.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (node *baseNode) Checksum() string {
54 return node.checksum
55}
56
57func (node *baseNode) Verify(checksum string) bool {
58 return node.checksum == "" || node.checksum == checksum

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected