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

Method is_empty

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

Source from the content-addressed store, hash-verified

51 }
52
53 pub fn is_empty(&self) -> bool {
54 self.ranges.is_empty()
55 }
56
57 pub fn from_sorted_ids(ids: impl Iterator<Item = u32>) -> IntArray {
58 let mut ranges: Vec<IntRange> = Vec::new();

Callers 15

output_job_task_idsFunction · 0.45
output_job_listFunction · 0.45
output_job_catFunction · 0.45
cancel_jobFunction · 0.45
close_jobFunction · 0.45
args_to_paramsFunction · 0.45
deploy_ssh_workersFunction · 0.45
wait_for_jobsFunction · 0.45
from_strMethod · 0.45
build_resource_requestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected