MCPcopy Create free account
hub / github.com/UiPath/uipathcli / StdoutPipe

Method StdoutPipe

utils/process/exec_cmd.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8type ExecCmd interface {
9 StdoutPipe() (io.ReadCloser, error)
10 StderrPipe() (io.ReadCloser, error)
11 Start() error
12 Wait() error

Callers 2

ExecuteAndWaitMethod · 0.65
StdoutPipeMethod · 0.65

Implementers 2

ExecDefaultCmdutils/process/exec_default_cmd.go
ExecCustomCmdutils/process/exec_custom_cmd.go

Calls

no outgoing calls

Tested by

no test coverage detected