MCPcopy
hub / github.com/cloudfoundry/cli / DumpOutputs

Method DumpOutputs

cf/util/testhelpers/terminal/ui.go:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143func (ui *FakeUI) DumpOutputs() string {
144 return "****************************\n" + strings.Join(ui.Outputs(), "\n")
145}
146
147func (ui *FakeUI) DumpPrompts() string {
148 return "****************************\n" + strings.Join(ui.Prompts, "\n")

Callers

nothing calls this directly

Calls 1

OutputsMethod · 0.95

Tested by

no test coverage detected