(&self)
| 82 | |
| 83 | impl 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) |
no outgoing calls
no test coverage detected