Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_computation
Function · 0.80
validate
Method · 0.80
task_count
Method · 0.80
make_job_detail
Method · 0.80
attach_submit
Method · 0.80
Calls
2
sum
Method · 0.80
iter
Method · 0.45
Tested by
no test coverage detected