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

Method StderrPipe

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

Source from the content-addressed store, hash-verified

14}
15
16func (c ExecDefaultCmd) StderrPipe() (io.ReadCloser, error) {
17 return c.Cmd.StderrPipe()
18}
19
20func (c ExecDefaultCmd) Start() error {
21 return c.Cmd.Start()

Callers

nothing calls this directly

Calls 1

StderrPipeMethod · 0.65

Tested by

no test coverage detected