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

Method Outputs

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

Source from the content-addressed store, hash-verified

29}
30
31func (ui *FakeUI) Outputs() []string {
32 ui.sayMutex.Lock()
33 defer ui.sayMutex.Unlock()
34
35 return ui.outputs
36}
37
38func (ui *FakeUI) UncapturedOutput() []string {
39 ui.sayMutex.Lock()

Callers 15

DumpOutputsMethod · 0.95
config_test.goFile · 0.80
login_test.goFile · 0.80
version_test.goFile · 0.80
stack_test.goFile · 0.80
passwd_test.goFile · 0.80
auth_test.goFile · 0.80
api_test.goFile · 0.80
target_test.goFile · 0.80
stacks_test.goFile · 0.80
curl_test.goFile · 0.80

Calls

no outgoing calls

Tested by 2

successfulUpdateFunction · 0.64
failedUpdateFunction · 0.64