MCPcopy 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
29func (app App) String() string {
30 return string(app)
31}
32
33func (app App) Title() string {
34 return text.Title(app.String())

Callers 1

TitleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected