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

Function WithCACert

taskfile/node_base.go:61–65  ·  view source on GitHub ↗
(caCert string)

Source from the content-addressed store, hash-verified

59}
60
61func WithCACert(caCert string) NodeOption {
62 return func(node *baseNode) {
63 node.caCert = caCert
64 }
65}
66
67func WithCert(cert string) NodeOption {
68 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…