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

Function ocsf_ctx

crates/openshell-supervisor-process/src/run.rs:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36use crate::process::ProcessHandle;
37
38fn 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.

Callers 2

emit_metadata_eventFunction · 0.85

Calls 1

ctxFunction · 0.70

Tested by

no test coverage detected