MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Ok

Method Ok

cf/terminal/ui.go:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154func (ui *terminalUI) Ok() {
155 ui.Say(SuccessColor(T("OK")))
156}
157
158func (ui *terminalUI) Failed(message string, args ...interface{}) {
159 message = fmt.Sprintf(message, args...)

Callers

nothing calls this directly

Calls 2

SayMethod · 0.95
SuccessColorFunction · 0.85

Tested by

no test coverage detected