Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
type
ExecCmd
interface
{
9
StdoutPipe() (io.ReadCloser, error)
10
StderrPipe() (io.ReadCloser, error)
11
Start() error
12
Wait() error
Callers
2
ExecuteAndWait
Method · 0.65
StdoutPipe
Method · 0.65
Implementers
2
ExecDefaultCmd
utils/process/exec_default_cmd.go
ExecCustomCmd
utils/process/exec_custom_cmd.go
Calls
no outgoing calls
Tested by
no test coverage detected