Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
func
(this *Cmd) Process() *os.Process {
127
if
this.rawCmd != nil {
128
return
this.rawCmd.Process
129
}
130
return
nil
131
}
132
133
func
(this *Cmd) compose() *exec.Cmd {
134
if
this.rawCmd != nil {
Callers
1
TestCmd_Process
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCmd_Process
Function · 0.36