Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ restore_state
Method
restore_state
crates/hyperqueue/src/server/state.rs:225–227 ·
view source on GitHub ↗
(&mut self, restorer: &StateRestorer)
Source
from the content-addressed store, hash-verified
223
}
224
225
pub(crate) fn restore_state(&mut self, restorer: &StateRestorer) {
226
self.job_id_counter = restorer.job_id_counter()
227
}
228
}
229
230
impl StateRef {
Callers
1
start_server
Function · 0.80
Calls
1
job_id_counter
Method · 0.80
Tested by
no test coverage detected