Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_reader
Function · 0.45
reconstruct_historical_events
Function · 0.45
handle_prune_journal
Function · 0.45
get_job_ids
Function · 0.45
compute_job_info
Function · 0.45
handle_job_cancel
Function · 0.45
handle_job_close
Function · 0.45
Calls
1
values
Method · 0.80
Tested by
no test coverage detected