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

Method DisplayOKCallCount

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

Source from the content-addressed store, hash-verified

982}
983
984func (fake *FakeUI) DisplayOKCallCount() int {
985 fake.displayOKMutex.RLock()
986 defer fake.displayOKMutex.RUnlock()
987 return len(fake.displayOKArgsForCall)
988}
989
990func (fake *FakeUI) DisplayOKCalls(stub func()) {
991 fake.displayOKMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected