Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
(c ExecDefaultCmd) StderrPipe() (io.ReadCloser, error) {
17
return
c.Cmd.StderrPipe()
18
}
19
20
func
(c ExecDefaultCmd) Start() error {
21
return
c.Cmd.Start()
Callers
nothing calls this directly
Calls
1
StderrPipe
Method · 0.65
Tested by
no test coverage detected