Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ String
Method
String
pkg/cmd/secret/shared/shared.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
)
28
29
func
(app App) String() string {
30
return
string(app)
31
}
32
33
func
(app App) Title() string {
34
return
text.Title(app.String())
Callers
1
Title
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected