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:313–315  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

311
312 /// Get the current next node ID (for testing/debugging)
313 pub fn peek_next_node_id(&self) -> u64 {
314 self.next_node_id.load(Ordering::SeqCst)
315 }
316}
317
318#[cfg(test)]

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected