Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ get_workers
Method
get_workers
crates/hyperqueue/src/server/job.rs:63–65 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
61
}
62
63
pub fn get_workers(&self) -> Option<&[WorkerId]> {
64
self.started_data().map(|data| data.worker_ids.as_slice())
65
}
66
}
67
68
#[derive(Serialize, Deserialize, Debug, Clone)]
Callers
6
format_job_workers
Function · 0.45
reconstruct_historical_events
Function · 0.45
handle_prune_journal
Function · 0.45
handle_worker_stop
Function · 0.45
handle_get_list
Function · 0.45
handle_worker_info
Function · 0.45
Calls
1
started_data
Method · 0.80
Tested by
no test coverage detected