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

Method iter

crates/hyperqueue/src/common/arraydef.rs:22–24  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

20 }
21
22 pub fn iter(&self) -> impl Iterator<Item = u32> + use<> {
23 (self.start..self.start + self.count).step_by(self.step as usize)
24 }
25
26 pub fn contains(&self, value: u32) -> bool {
27 let end = self.start + self.count;

Callers 15

bench_parse_placeholderFunction · 0.45
p_resource_identifierFunction · 0.45
output_job_task_idsFunction · 0.45
possible_valuesMethod · 0.45
gather_configurationFunction · 0.45
resource_requestMethod · 0.45
get_ids_and_entriesFunction · 0.45
make_entries_from_jsonFunction · 0.45
task_start_stopMethod · 0.45
get_resource_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected