MCPcopy 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
358impl 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_stateMethod · 0.45
abort_tasksMethod · 0.45
process_task_failedMethod · 0.45
start_serverFunction · 0.45
restore_jobMethod · 0.45
client_rpc_loopFunction · 0.45
cancel_jobFunction · 0.45
handle_submitFunction · 0.45
perform_submitsFunction · 0.45
queue_try_submitFunction · 0.45
build_worker_argsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected