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

Method add_submit

crates/hyperqueue/src/server/restore.rs:124–126  ·  view source on GitHub ↗
(&mut self, submit: SubmittedJobDescription)

Source from the content-addressed store, hash-verified

122 }
123
124 pub fn add_submit(&mut self, submit: SubmittedJobDescription) {
125 self.submit_descs.push(submit)
126 }
127
128 pub fn increase_crash_counters(&mut self, worker_id: WorkerId) {
129 for task in self.tasks.values_mut() {

Callers 1

load_event_fileMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected