MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / AccountID

Method AccountID

credentials/credentials.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (c User) AccountID() string {
23 return c.cert.AccountID
24}
25
26func (c User) Endpoint() string {
27 return c.cert.Endpoint

Callers 2

TestCredentialsReadFunction · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestCredentialsReadFunction · 0.64