MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / current

Method current

nodedb/src/types/lsn.rs:28–30  ·  view source on GitHub ↗

Current value without incrementing (for snapshot watermarks).

(&self)

Source from the content-addressed store, hash-verified

26
27 /// Current value without incrementing (for snapshot watermarks).
28 pub fn current(&self) -> Lsn {
29 Lsn::new(self.current.load(Ordering::Relaxed))
30 }
31}
32
33#[cfg(test)]

Callers 2

rotate_keyMethod · 0.45
encryption_keyMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected