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

Method LoadingIndication

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

Source from the content-addressed store, hash-verified

248}
249
250func (ui *terminalUI) LoadingIndication() {
251 _, _ = ui.printer.Print(".")
252}
253
254func (ui *terminalUI) Table(headers []string) *UITable {
255 return &UITable{

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.65

Tested by

no test coverage detected