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

Method id_count

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

Source from the content-addressed store, hash-verified

84
85 #[inline]
86 pub fn id_count(&self) -> u32 {
87 self.ranges.iter().map(|x| x.count).sum()
88 }
89
90 #[inline]
91 pub fn iter(&self) -> impl Iterator<Item = u32> + '_ {

Callers 5

submit_computationFunction · 0.80
validateMethod · 0.80
task_countMethod · 0.80
make_job_detailMethod · 0.80
attach_submitMethod · 0.80

Calls 2

sumMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected