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

Method dirty

block/src/qcow/vec_cache.rs:83–85  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

81
82impl<T: 'static + Copy + Default> Cacheable for VecCache<T> {
83 fn dirty(&self) -> bool {
84 self.dirty
85 }
86}
87
88impl<T: 'static + Copy + Default> Index<usize> for VecCache<T> {

Callers 8

update_cluster_addrMethod · 0.80
sync_cachesMethod · 0.80
update_cluster_addrMethod · 0.80
sync_cachesMethod · 0.80
insertMethod · 0.80
set_cluster_refcountMethod · 0.80
flush_blocksMethod · 0.80
flush_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected