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

Method get_queue_mut

crates/hyperqueue/src/server/autoalloc/state.rs:85–87  ·  view source on GitHub ↗
(&mut self, key: QueueId)

Source from the content-addressed store, hash-verified

83 }
84
85 pub fn get_queue_mut(&mut self, key: QueueId) -> Option<&mut AllocationQueue> {
86 self.queues.get_mut(&key)
87 }
88
89 pub fn queue_ids(&self) -> impl Iterator<Item = QueueId> + '_ {
90 self.queues.keys().copied()

Callers 5

handle_messageFunction · 0.80
remove_queueFunction · 0.80
get_data_from_workerFunction · 0.80
add_queueMethod · 0.80

Calls 1

get_mutMethod · 0.45

Tested by

no test coverage detected