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

Method DisplayNewline

util/ui/ui.go:227–232  ·  view source on GitHub ↗

DisplayNewline outputs a newline to UI.Out.

()

Source from the content-addressed store, hash-verified

225
226// DisplayNewline outputs a newline to UI.Out.
227func (ui *UI) DisplayNewline() {
228 ui.terminalLock.Lock()
229 defer ui.terminalLock.Unlock()
230
231 fmt.Fprintf(ui.Out, "\n")
232}
233
234// DisplayOK outputs a bold green translated "OK" to UI.Out.
235func (ui *UI) DisplayOK() {

Callers 1

DisplayTextMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected