Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
impl<T: 'static + Copy + Default> Cacheable for VecCache<T> {
83
fn dirty(&self) -> bool {
84
self.dirty
85
}
86
}
87
88
impl<T: 'static + Copy + Default> Index<usize> for VecCache<T> {
Callers
8
update_cluster_addr
Method · 0.80
sync_caches
Method · 0.80
update_cluster_addr
Method · 0.80
sync_caches
Method · 0.80
insert
Method · 0.80
set_cluster_refcount
Method · 0.80
flush_blocks
Method · 0.80
flush_table
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected