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

Method DisplayTextWithFlavorArgsForCall

command/commandfakes/fake_ui.go:1426–1431  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

1424}
1425
1426func (fake *FakeUI) DisplayTextWithFlavorArgsForCall(i int) (string, []map[string]interface{}) {
1427 fake.displayTextWithFlavorMutex.RLock()
1428 defer fake.displayTextWithFlavorMutex.RUnlock()
1429 argsForCall := fake.displayTextWithFlavorArgsForCall[i]
1430 return argsForCall.arg1, argsForCall.arg2
1431}
1432
1433func (fake *FakeUI) DisplayWarning(arg1 string, arg2 ...map[string]interface{}) {
1434 fake.displayWarningMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected