MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / Run

Method Run

utils/exec.go:53–53  ·  view source on GitHub ↗

Run runs the command to the completion.

()

Source from the content-addressed store, hash-verified

51type Cmd interface {
52 // Run runs the command to the completion.
53 Run() error
54 // CombinedOutput runs the command and returns its combined standard output
55 // and standard error. This follows the pattern of package os/exec.
56 CombinedOutput() ([]byte, error)

Callers 7

RunMethod · 0.65
TestLimitedWriterFunction · 0.65
TestRemoveImageFunction · 0.65
TestContainerStatsFunction · 0.65
portForwardMethod · 0.65

Calls

no outgoing calls

Tested by 5

TestLimitedWriterFunction · 0.52
TestRemoveImageFunction · 0.52
TestContainerStatsFunction · 0.52