Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ is_empty
Method
is_empty
crates/hyperqueue/src/server/autoalloc/process.rs:359–361 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
357
358
impl QueryResponse {
359
fn is_empty(&self) -> bool {
360
self.single_node_workers == 0 && self.multinode_allocations == 0
361
}
362
}
363
364
/// Perform an allocation submission pass.
Callers
15
set_cancel_state
Method · 0.45
abort_tasks
Method · 0.45
process_task_failed
Method · 0.45
start_server
Function · 0.45
restore_job
Method · 0.45
client_rpc_loop
Function · 0.45
cancel_job
Function · 0.45
handle_submit
Function · 0.45
perform_submits
Function · 0.45
queue_try_submit
Function · 0.45
refresh_queue_allocations
Function · 0.45
build_worker_args
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected