MCPcopy 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
58func 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

LogMethod · 0.80
StringMethod · 0.45

Tested by

no test coverage detected