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

Method set_current_policy_version

crates/openshell-core/src/metadata.rs:85–89  ·  view source on GitHub ↗
(&mut self, version: u32)

Source from the content-addressed store, hash-verified

83 }
84
85 pub fn set_current_policy_version(&mut self, version: u32) {
86 self.status
87 .get_or_insert_with(SandboxStatus::default)
88 .current_policy_version = version;
89 }
90}
91
92// Implementations for Provider

Calls

no outgoing calls