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

Method get_values

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

Gets a reference to the underlying vector.

(&self)

Source from the content-addressed store, hash-verified

50
51 /// Gets a reference to the underlying vector.
52 pub fn get_values(&self) -> &[T] {
53 &self.vec
54 }
55
56 /// Mark this cache element as clean.
57 pub fn mark_clean(&mut self) {

Callers 9

l1_tableMethod · 0.80
l2_tableMethod · 0.80
grow_l1_tableMethod · 0.80
grow_l1_tableMethod · 0.80
set_cluster_refcountMethod · 0.80
flush_blocksMethod · 0.80
get_cluster_refcountMethod · 0.80
ref_tableMethod · 0.80
refcount_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected