Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ success
Method
success
crates/openshell-supervisor-process/src/process.rs:1391–1393 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1389
/// Check if the process exited successfully.
1390
#[must_use]
1391
pub fn success(&self) -> bool {
1392
self.code == Some(0)
1393
}
1394
1395
/// Get the signal that killed the process, if any.
1396
#[must_use]
Callers
15
resolve_ssh_hostname
Function · 0.45
handle_shell_connect
Function · 0.45
handle_exec_command
Function · 0.45
start_port_forwards
Function · 0.45
exec_or_wait
Function · 0.45
sandbox_forward
Function · 0.45
ssh_tar_upload
Function · 0.45
ssh_run_capture_stdout
Function · 0.45
stream_sandbox_tar
Function · 0.45
doctor_check
Function · 0.45
git_repo_root
Function · 0.45
git_sync_files
Function · 0.45
Calls
no outgoing calls
Tested by
12
wait_for_process_exit
Function · 0.36
run_cli
Function · 0.36
run_cli
Function · 0.36
run_cli
Function · 0.36
run_engine
Function · 0.36
gateway_smoke
Function · 0.36
run_cli
Function · 0.36
provider_exists
Function · 0.36
sandbox_container_id
Function · 0.36
sandbox_container_running
Function · 0.36
kubectl
Function · 0.36
provider_exists
Function · 0.36