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

Method WrapCallCount

api/plugin/pluginfakes/fake_proxy_reader.go:111–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func (fake *FakeProxyReader) WrapCallCount() int {
112 fake.wrapMutex.RLock()
113 defer fake.wrapMutex.RUnlock()
114 return len(fake.wrapArgsForCall)
115}
116
117func (fake *FakeProxyReader) WrapCalls(stub func(io.Reader) io.ReadCloser) {
118 fake.wrapMutex.Lock()

Callers 3

client_test.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected