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

Method SetTargetReturns

command/v7/v7fakes/fake_actor.go:17155–17163  ·  view source on GitHub ↗
(result1 v7action.Warnings, result2 error)

Source from the content-addressed store, hash-verified

17153}
17154
17155func (fake *FakeActor) SetTargetReturns(result1 v7action.Warnings, result2 error) {
17156 fake.setTargetMutex.Lock()
17157 defer fake.setTargetMutex.Unlock()
17158 fake.SetTargetStub = nil
17159 fake.setTargetReturns = struct {
17160 result1 v7action.Warnings
17161 result2 error
17162 }{result1, result2}
17163}
17164
17165func (fake *FakeActor) SetTargetReturnsOnCall(i int, result1 v7action.Warnings, result2 error) {
17166 fake.setTargetMutex.Lock()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected