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

Function WithCertKey

taskfile/node_base.go:73–77  ·  view source on GitHub ↗
(certKey string)

Source from the content-addressed store, hash-verified

71}
72
73func WithCertKey(certKey string) NodeOption {
74 return func(node *baseNode) {
75 node.certKey = certKey
76 }
77}

Callers 2

getRootNodeMethod · 0.92
includeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…