Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
func
(c User) CertPath() string {
39
return
c.certPath
40
}
41
42
func
(c User) IsFEDEndpoint() bool {
43
return
c.cert.Endpoint == FedEndpoint
Callers
2
TestCredentialsRead
Function · 0.80
create
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestCredentialsRead
Function · 0.64