MCPcopy Create free account
hub / github.com/anchordotdev/cli / UserAgent

Function UserAgent

cli.go:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func UserAgent() string {
92 return "Anchor CLI " + VersionString()
93}
94
95func ReleaseTagName() string {
96 return fmt.Sprintf("v%s", Version.Version)

Callers 2

api.goFile · 0.92
ProvisionCertFunction · 0.92

Calls 1

VersionStringFunction · 0.85

Tested by

no test coverage detected