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

Method current_generation

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

Source from the content-addressed store, hash-verified

86 }
87
88 pub fn current_generation(&self) -> u64 {
89 self.current_generation.load(Ordering::Acquire)
90 }
91
92 pub fn is_stale(&self) -> bool {
93 self.current_generation() != self.captured_generation

Calls 1

loadMethod · 0.45