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

Method Verify

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

Source from the content-addressed store, hash-verified

55}
56
57func (node *baseNode) Verify(checksum string) bool {
58 return node.checksum == "" || node.checksum == checksum
59}
60
61func WithCACert(caCert string) NodeOption {
62 return func(node *baseNode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected