()
| 36 | use crate::process::ProcessHandle; |
| 37 | |
| 38 | fn ocsf_ctx() -> &'static openshell_ocsf::SandboxContext { |
| 39 | openshell_ocsf::ctx::ctx() |
| 40 | } |
| 41 | |
| 42 | /// Spawn the workload entrypoint, wire up SSH and supervisor session, and |
| 43 | /// wait for the entrypoint child to exit. |
no test coverage detected