MCPcopy Index your code
hub / github.com/celer-pkg/celer / Execute

Method Execute

pkgs/cmd/exec.go:90–92  ·  view source on GitHub ↗

Execute runs the command with live terminal output and no returned output.

()

Source from the content-addressed store, hash-verified

88
89// Execute runs the command with live terminal output and no returned output.
90func (e *executor) Execute() error {
91 return e.executeWithRetry(nil)
92}
93
94// executeWithRetry calls doExecute, retrying up to retryMaxAttempts times on failure.
95func (e *executor) executeWithRetry(output io.Writer) error {

Callers 15

pip3InstallFunction · 0.80
setupPythonFunction · 0.80
checkIfInstalledMethod · 0.80
installMethod · 0.80
isPackageInstalledMethod · 0.80
installCondaMethod · 0.80
ExecuteFunction · 0.80
runCommandFunction · 0.80

Calls 1

executeWithRetryMethod · 0.95