Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ ReservationId
Class
ReservationId
nodedb/src/control/sequence/gap_free.rs:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
/// Unique identifier for a gap-free reservation.
21
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
22
pub struct ReservationId(u64);
23
24
/// Handle returned by `reserve()`. Must be committed or rolled back.
25
///
Callers
1
reserve
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected