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

Method SourceInstanceReturns

util/ui/uifakes/fake_log_message.go:149–156  ·  view source on GitHub ↗
(result1 string)

Source from the content-addressed store, hash-verified

147}
148
149func (fake *FakeLogMessage) SourceInstanceReturns(result1 string) {
150 fake.sourceInstanceMutex.Lock()
151 defer fake.sourceInstanceMutex.Unlock()
152 fake.SourceInstanceStub = nil
153 fake.sourceInstanceReturns = struct {
154 result1 string
155 }{result1}
156}
157
158func (fake *FakeLogMessage) SourceInstanceReturnsOnCall(i int, result1 string) {
159 fake.sourceInstanceMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected