MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / truncate_size

Method truncate_size

crates/hyperqueue/src/server/restore.rs:165–167  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

163 self.max_queue_id + 1
164 }
165 pub fn truncate_size(&self) -> Option<u64> {
166 self.truncate_size
167 }
168
169 pub fn take_server_uid(&mut self) -> String {
170 std::mem::take(&mut self.server_uid)

Callers 1

start_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected