Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Stdout
Method
Stdout
internal/utils/exec/cmd.go:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
func
(this *Cmd) Stdout() string {
104
return
strings.TrimSpace(this.RawStdout())
105
}
106
107
func
(this *Cmd) RawStderr() string {
108
if
this.stderr != nil {
Callers
9
TestNewTimeoutCmd_Sleep
Function · 0.80
TestNewTimeoutCmd_Echo
Function · 0.80
TestNewTimeoutCmd_Echo2
Function · 0.80
TestNewTimeoutCmd_Echo3
Function · 0.80
setupSystemd
Method · 0.80
handleCheckSystemdService
Method · 0.80
handleCheckLocalFirewall
Method · 0.80
findProcessNameWithPort
Method · 0.80
readVersion
Method · 0.80
Calls
1
RawStdout
Method · 0.95
Tested by
4
TestNewTimeoutCmd_Sleep
Function · 0.64
TestNewTimeoutCmd_Echo
Function · 0.64
TestNewTimeoutCmd_Echo2
Function · 0.64
TestNewTimeoutCmd_Echo3
Function · 0.64