Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ids
Function · 0.45
output_job_list
Function · 0.45
output_job_cat
Function · 0.45
cancel_job
Function · 0.45
close_job
Function · 0.45
args_to_params
Function · 0.45
construct_resources_from_cli
Function · 0.45
deploy_ssh_workers
Function · 0.45
wait_for_jobs
Function · 0.45
from_str
Method · 0.45
warn_unknown_placeholders
Function · 0.45
build_resource_request
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected