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

Class NumCache

block/src/qcow/vec_cache.rs:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 use super::*;
163
164 struct NumCache(());
165 impl Cacheable for NumCache {
166 fn dirty(&self) -> bool {
167 true

Callers 1

evicts_when_fullFunction · 0.85

Calls

no outgoing calls

Tested by 1

evicts_when_fullFunction · 0.68