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

Method DisplayTextPromptCallCount

command/commandfakes/fake_ui.go:1322–1326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1320}
1321
1322func (fake *FakeUI) DisplayTextPromptCallCount() int {
1323 fake.displayTextPromptMutex.RLock()
1324 defer fake.displayTextPromptMutex.RUnlock()
1325 return len(fake.displayTextPromptArgsForCall)
1326}
1327
1328func (fake *FakeUI) DisplayTextPromptCalls(stub func(string, ...map[string]interface{}) (string, error)) {
1329 fake.displayTextPromptMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected