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

Method PrintfArgsForCall

cf/trace/tracefakes/fake_printer.go:99–104  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

97}
98
99func (fake *FakePrinter) PrintfArgsForCall(i int) (string, []interface{}) {
100 fake.printfMutex.RLock()
101 defer fake.printfMutex.RUnlock()
102 argsForCall := fake.printfArgsForCall[i]
103 return argsForCall.arg1, argsForCall.arg2
104}
105
106func (fake *FakePrinter) Println(arg1 ...interface{}) {
107 fake.printlnMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected