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

Method drop

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

Source from the content-addressed store, hash-verified

783
784impl Drop for ProcessHandle {
785 fn drop(&mut self) {
786 #[cfg(target_os = "linux")]
787 managed_children::unregister(self.pid);
788 }
789}
790
791/// Validate that the configured sandbox identity exists in this image.

Callers

nothing calls this directly

Calls 1

unregisterFunction · 0.85

Tested by

no test coverage detected