MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / peek_next_node_id

Method peek_next_node_id

atomic-core/src/pristine/txn/pristine.rs:308–310  ·  view source on GitHub ↗

Get the current next node ID (for testing/debugging)

(&self)

Source from the content-addressed store, hash-verified

306
307 /// Get the current next node ID (for testing/debugging)
308 pub fn peek_next_node_id(&self) -> u64 {
309 self.next_node_id.load(Ordering::SeqCst)
310 }
311}
312
313#[cfg(test)]

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected