Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
func
UserAgent() string {
92
return
"Anchor CLI "
+ VersionString()
93
}
94
95
func
ReleaseTagName() string {
96
return
fmt.Sprintf(
"v%s"
, Version.Version)
Callers
2
api.go
File · 0.92
ProvisionCert
Function · 0.92
Calls
1
VersionString
Function · 0.85
Tested by
no test coverage detected