MCPcopy Create free account
hub / github.com/basecamp/hey-cli / UserAgent

Function UserAgent

internal/version/version.go:31–33  ·  view source on GitHub ↗

UserAgent returns the user agent string for API requests.

()

Source from the content-addressed store, hash-verified

29
30// UserAgent returns the user agent string for API requests.
31func UserAgent() string {
32 return "hey-cli/" + Version + " (https://github.com/basecamp/hey-cli)"
33}
34
35// IsDev returns true if this is a development build.
36func IsDev() bool {

Callers 1

initSDKFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected