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

Method iter_mut

block/src/qcow/vec_cache.rs:137–139  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

135 }
136
137 pub fn iter_mut(&mut self) -> IterMut<'_, usize, T> {
138 self.map.iter_mut()
139 }
140
141 // Check if the refblock cache is full and we need to evict.
142 pub fn insert<F>(&mut self, index: usize, block: T, write_callback: F) -> io::Result<()>

Callers 15

set_cpuid_regMethod · 0.80
generate_common_cpuidFunction · 0.80
set_event_idxMethod · 0.80
move_barMethod · 0.80
read_transportMethod · 0.80
write_transportMethod · 0.80
handle_guest_writeMethod · 0.80
move_barMethod · 0.80
move_barMethod · 0.80
allocate_device_idMethod · 0.80
map_mmio_regionsMethod · 0.80
unmap_mmio_regionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected