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

Method jobs

crates/hyperqueue/src/server/state.rs:38–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36 }
37
38 pub fn jobs(&self) -> impl Iterator<Item = &Job> {
39 self.jobs.values()
40 }
41
42 pub fn add_worker(&mut self, worker: Worker) {
43 let worker_id = worker.worker_id();

Callers 7

command_readerFunction · 0.45
handle_prune_journalFunction · 0.45
get_job_idsFunction · 0.45
compute_job_infoFunction · 0.45
handle_job_cancelFunction · 0.45
handle_job_closeFunction · 0.45

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected