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

Method into_iter

crates/hyperqueue/src/server/autoalloc/state.rs:393–395  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

391 type IntoIter = <Map<WorkerId, LostWorkerDetails> as IntoIterator>::IntoIter;
392
393 fn into_iter(self) -> Self::IntoIter {
394 self.workers.into_iter()
395 }
396}
397
398#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 15

get_worker_mapFunction · 0.45
output_job_task_listFunction · 0.45
output_job_detailFunction · 0.45
forget_jobFunction · 0.45
parse_refMethod · 0.45
possible_valuesMethod · 0.45
gather_configurationFunction · 0.45
submit_computationFunction · 0.45
get_ids_and_entriesFunction · 0.45
possible_valuesMethod · 0.45
build_resource_requestFunction · 0.45
build_task_descriptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected