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

Method VerboseReturns

command/commandfakes/fake_config.go:4012–4020  ·  view source on GitHub ↗
(result1 bool, result2 []string)

Source from the content-addressed store, hash-verified

4010}
4011
4012func (fake *FakeConfig) VerboseReturns(result1 bool, result2 []string) {
4013 fake.verboseMutex.Lock()
4014 defer fake.verboseMutex.Unlock()
4015 fake.VerboseStub = nil
4016 fake.verboseReturns = struct {
4017 result1 bool
4018 result2 []string
4019 }{result1, result2}
4020}
4021
4022func (fake *FakeConfig) VerboseReturnsOnCall(i int, result1 bool, result2 []string) {
4023 fake.verboseMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected