MCPcopy
hub / github.com/google/cadvisor / RunSshCommand

Function RunSshCommand

integration/runner/runner.go:85–90  ·  view source on GitHub ↗
(cmd string, args ...string)

Source from the content-addressed store, hash-verified

83}
84
85func RunSshCommand(cmd string, args ...string) error {
86 if *sshOptions != "" {
87 args = append(strings.Split(*sshOptions, " "), args...)
88 }
89 return RunCommand(cmd, args...)
90}
91
92func PushAndRunTests(host, testDir string) (result error) {
93 // Push binary.

Callers 1

PushAndRunTestsFunction · 0.85

Calls 1

RunCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…