MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / CaptureOutput

Method CaptureOutput

testutil/exiter.go:13–13  ·  view source on GitHub ↗
(block func())

Source from the content-addressed store, hash-verified

11type OutputCapturer interface {
12 CaptureOutputAndStatus(block func() int) ([]string, int)
13 CaptureOutput(block func()) []string
14}
15
16type StdoutOutputCapturer struct{}

Callers 5

CaptureOutputMethod · 0.65

Implementers 2

StdoutOutputCapturertestutil/exiter.go
UIOutputCapturertestutil/exiter.go

Calls

no outgoing calls

Tested by

no test coverage detected