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

Method captured_generation

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

Source from the content-addressed store, hash-verified

82
83impl PolicyGenerationGuard {
84 pub fn captured_generation(&self) -> u64 {
85 self.captured_generation
86 }
87
88 pub fn current_generation(&self) -> u64 {
89 self.current_generation.load(Ordering::Acquire)

Callers 2

handle_forward_proxyFunction · 0.80
relay_jsonrpcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected