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

Struct FakeOutputCapture

plugin/rpc/rpcfakes/fake_output_capture.go:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type FakeOutputCapture struct {
12 SetOutputBucketStub func(io.Writer)
13 setOutputBucketMutex sync.RWMutex
14 setOutputBucketArgsForCall []struct {
15 arg1 io.Writer
16 }
17 invocations map[string][][]interface{}
18 invocationsMutex sync.RWMutex
19}
20
21func (fake *FakeOutputCapture) SetOutputBucket(arg1 io.Writer) {
22 fake.setOutputBucketMutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected