Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ TestNewTimeoutCmd_String
Function
TestNewTimeoutCmd_String
internal/utils/exec/cmd_test.go:58–61 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
TestNewTimeoutCmd_String(t *testing.T) {
59
var
cmd = executils.NewCmd(
"echo"
,
"-n"
,
"hello"
)
60
t.Log(
"stdout:"
, cmd.String())
61
}
Callers
nothing calls this directly
Calls
2
Log
Method · 0.80
String
Method · 0.45
Tested by
no test coverage detected