MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / pid

Method pid

crates/openshell-supervisor-process/src/process.rs:725–727  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

723 /// Get the process ID.
724 #[must_use]
725 pub const fn pid(&self) -> u32 {
726 self.pid
727 }
728
729 /// Wait for the process to exit.
730 ///

Callers 2

run_processFunction · 0.80
peer_credentialsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected