Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ queue_id_counter
Method
queue_id_counter
crates/hyperqueue/src/server/restore.rs:162–164 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
160
(self.max_worker_id + 1).into()
161
}
162
pub fn queue_id_counter(&self) -> QueueId {
163
self.max_queue_id + 1
164
}
165
pub fn truncate_size(&self) -> Option<u64> {
166
self.truncate_size
167
}
Callers
1
start_server
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected