(&mut self)
| 783 | |
| 784 | impl 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. |
nothing calls this directly
no test coverage detected