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

Method StdoutPipe

utils/process/exec_default_cmd.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12func (c ExecDefaultCmd) StdoutPipe() (io.ReadCloser, error) {
13 return c.Cmd.StdoutPipe()
14}
15
16func (c ExecDefaultCmd) StderrPipe() (io.ReadCloser, error) {
17 return c.Cmd.StderrPipe()

Callers

nothing calls this directly

Calls 1

StdoutPipeMethod · 0.65

Tested by

no test coverage detected