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

Method Start

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

Source from the content-addressed store, hash-verified

18}
19
20func (c ExecDefaultCmd) Start() error {
21 return c.Cmd.Start()
22}
23
24func (c ExecDefaultCmd) Wait() error {
25 return c.Cmd.Wait()

Callers

nothing calls this directly

Calls 1

StartMethod · 0.65

Tested by

no test coverage detected