Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ WithStdout
Method
WithStdout
internal/utils/exec/cmd.go:57–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(this *Cmd) WithStdout() *Cmd {
58
this.captureStdout = true
59
return
this
60
}
61
62
func
(this *Cmd) WithStderr() *Cmd {
63
this.captureStderr = true
Callers
8
TestNewTimeoutCmd_Sleep
Function · 0.80
TestNewTimeoutCmd_Echo
Function · 0.80
TestNewTimeoutCmd_Echo2
Function · 0.80
setupSystemd
Method · 0.80
handleCheckSystemdService
Method · 0.80
handleCheckLocalFirewall
Method · 0.80
findProcessNameWithPort
Method · 0.80
readVersion
Method · 0.80
Calls
no outgoing calls
Tested by
3
TestNewTimeoutCmd_Sleep
Function · 0.64
TestNewTimeoutCmd_Echo
Function · 0.64
TestNewTimeoutCmd_Echo2
Function · 0.64