MCPcopy
hub / github.com/cloudflare/cloudflared / CertPath

Method CertPath

credentials/credentials.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (c User) CertPath() string {
39 return c.certPath
40}
41
42func (c User) IsFEDEndpoint() bool {
43 return c.cert.Endpoint == FedEndpoint

Callers 2

TestCredentialsReadFunction · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestCredentialsReadFunction · 0.64