MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Process

Method Process

internal/utils/exec/cmd.go:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (this *Cmd) Process() *os.Process {
127 if this.rawCmd != nil {
128 return this.rawCmd.Process
129 }
130 return nil
131}
132
133func (this *Cmd) compose() *exec.Cmd {
134 if this.rawCmd != nil {

Callers 1

TestCmd_ProcessFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCmd_ProcessFunction · 0.36