Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
type
OutputCapturer
interface
{
12
CaptureOutputAndStatus(block
func
() int) ([]string, int)
13
CaptureOutput(block
func
()) []string
14
}
15
16
type
StdoutOutputCapturer
struct
{}
Callers
5
file_uploader_test.go
File · 0.65
base_command_test.go
File · 0.65
CaptureOutput
Method · 0.65
CaptureOutputAndStatus
Method · 0.65
archive_builder_test.go
File · 0.65
Implementers
2
StdoutOutputCapturer
testutil/exiter.go
UIOutputCapturer
testutil/exiter.go
Calls
no outgoing calls
Tested by
no test coverage detected