MCPcopy 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_workersFunction · 0.45
handle_prune_journalFunction · 0.45
handle_worker_stopFunction · 0.45
handle_get_listFunction · 0.45
handle_worker_infoFunction · 0.45

Calls 1

started_dataMethod · 0.80

Tested by

no test coverage detected