MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / range

Method range

vm-allocator/src/gsi.rs:203–205  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

201
202 #[cfg(test)]
203 fn range(&self) -> Range<u32> {
204 self.offset..(self.offset + self.size)
205 }
206}
207
208/// Coordinates graceful resource allocation of IRQs and GSIs from the interrupt

Callers 3

first_beforeMethod · 0.80
process_input_queueMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected