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

Method DisplayPasswordPromptCallCount

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

Source from the content-addressed store, hash-verified

1080}
1081
1082func (fake *FakeUI) DisplayPasswordPromptCallCount() int {
1083 fake.displayPasswordPromptMutex.RLock()
1084 defer fake.displayPasswordPromptMutex.RUnlock()
1085 return len(fake.displayPasswordPromptArgsForCall)
1086}
1087
1088func (fake *FakeUI) DisplayPasswordPromptCalls(stub func(string, ...map[string]interface{}) (string, error)) {
1089 fake.displayPasswordPromptMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected