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

Method UserAgent

cmd/cloudflared/cliutil/build_info.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (bi *BuildInfo) UserAgent() string {
57 return fmt.Sprintf("cloudflared/%s", bi.CloudflaredVersion)
58}
59
60// FileChecksum opens a file and returns the SHA256 checksum.
61func FileChecksum(filePath string) (string, error) {

Callers 5

IsLBProbeRequestFunction · 0.80
GetManagementTokenFunction · 0.80
RunFunction · 0.80
RunQuickTunnelFunction · 0.80
clientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected