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

Function WithCert

taskfile/node_base.go:67–71  ·  view source on GitHub ↗
(cert string)

Source from the content-addressed store, hash-verified

65}
66
67func WithCert(cert string) NodeOption {
68 return func(node *baseNode) {
69 node.cert = cert
70 }
71}
72
73func WithCertKey(certKey string) NodeOption {
74 return func(node *baseNode) {

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…