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

Method limiter_mut

crates/hyperqueue/src/server/autoalloc/state.rs:223–225  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

221 }
222
223 pub fn limiter_mut(&mut self) -> &mut RateLimiter {
224 &mut self.rate_limiter
225 }
226
227 pub fn add_allocation(&mut self, allocation: Allocation) {
228 assert!(

Callers 3

queue_try_submitFunction · 0.80
sync_allocation_statusFunction · 0.80
add_queueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected