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

Method next_request_id

nodedb/src/control/state/methods.rs:50–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48 /// and causing the original waiter to observe a "channel closed" error.
49 #[inline]
50 pub fn next_request_id(&self) -> crate::types::RequestId {
51 crate::types::RequestId::new(
52 self.request_id_counter
53 .fetch_add(1, std::sync::atomic::Ordering::Relaxed),
54 )
55 }
56
57 /// Convert an LSN back to wall-clock milliseconds using the anchor map.
58 ///

Callers 4

execute_plan_innerMethod · 0.45
apply_array_opFunction · 0.45
ensure_array_openFunction · 0.45
build_requestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected