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

Method PrintfCallCount

cf/trace/tracefakes/fake_printer.go:87–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87func (fake *FakePrinter) PrintfCallCount() int {
88 fake.printfMutex.RLock()
89 defer fake.printfMutex.RUnlock()
90 return len(fake.printfArgsForCall)
91}
92
93func (fake *FakePrinter) PrintfCalls(stub func(string, ...interface{})) {
94 fake.printfMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected