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

Method generation_guard

crates/openshell-supervisor-network/src/opa.rs:128–130  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

126 }
127
128 pub fn generation_guard(&self) -> &PolicyGenerationGuard {
129 &self.generation_guard
130 }
131
132 pub(crate) fn engine(&self) -> &Mutex<regorus::Engine> {
133 &self.engine

Calls 1

current_generationMethod · 0.80