Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ SuccessIcon
Method
SuccessIcon
pkg/iostreams/color.go:192–194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
func
(c *ColorScheme) SuccessIcon() string {
193
return
c.SuccessIconWithColor(c.Green)
194
}
195
196
func
(c *ColorScheme) SuccessIconWithColor(colo
func
(string) string) string {
197
return
colo(
"✓"
)
Callers
15
deleteRun
Function · 0.80
deleteCaches
Function · 0.80
printHumanComment
Function · 0.80
printDiscussions
Function · 0.80
verifyRun
Function · 0.80
verifyAssetRun
Function · 0.80
switchRun
Function · 0.80
refreshRun
Function · 0.80
Login
Function · 0.80
String
Method · 0.80
logoutRun
Function · 0.80
deleteRun
Function · 0.80
Calls
1
SuccessIconWithColor
Method · 0.95
Tested by
no test coverage detected