MCPcopy Index your code
hub / github.com/coder/envbox / Run

Method Run

xunix/exec.go:104–107  ·  view source on GitHub ↗

Run is part of the Cmd interface.

()

Source from the content-addressed store, hash-verified

102
103// Run is part of the Cmd interface.
104func (cmd *cmdWrapper) Run() error {
105 err := (*osexec.Cmd)(cmd).Run()
106 return handleError(err)
107}
108
109// CombinedOutput is part of the Cmd interface.
110func (cmd *cmdWrapper) CombinedOutput() ([]byte, error) {

Callers 15

TestDocker_NvidiaFunction · 0.45
TestMainFunction · 0.45
TestDockerFunction · 0.45
pushLocalImageFunction · 0.45
dockerCmdFunction · 0.45
TestDockerFunction · 0.45
TestCliflagFunction · 0.45
TestSetOOMScoreFunction · 0.45
TestGPUEnvsFunction · 0.45
TestGPUsFunction · 0.45
Test_SameDirSymlinksFunction · 0.45
TestReadCPUQuotaFunction · 0.45

Calls 1

handleErrorFunction · 0.85

Tested by 15

TestDocker_NvidiaFunction · 0.36
TestMainFunction · 0.36
TestDockerFunction · 0.36
TestDockerFunction · 0.36
TestCliflagFunction · 0.36
TestSetOOMScoreFunction · 0.36
TestGPUEnvsFunction · 0.36
TestGPUsFunction · 0.36
Test_SameDirSymlinksFunction · 0.36
TestReadCPUQuotaFunction · 0.36
TestMustLookupEnvFunction · 0.36
TestPrefixSuffixWriterFunction · 0.36