Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ CaptureOutputAndStatus
Method
CaptureOutputAndStatus
testutil/exiter.go:12–12 ·
view source on GitHub ↗
(block func() int)
Source
from the content-addressed store, hash-verified
10
11
type
OutputCapturer
interface
{
12
CaptureOutputAndStatus(block
func
() int) ([]string, int)
13
CaptureOutput(block
func
()) []string
14
}
15
Callers
11
deploy_command_test.go
File · 0.65
execution_monitor_test.go
File · 0.65
purge_config_command_test.go
File · 0.65
rollback_mta command_test.go
File · 0.65
mtas_command_test.go
File · 0.65
base_command_test.go
File · 0.65
action_test.go
File · 0.65
mta_operations_command_test.go
File · 0.65
undeploy_command_test.go
File · 0.65
mta_command_test.go
File · 0.65
download_mta_op_logs_command_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