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

Method ref_table

block/src/qcow/refcount.rs:228–230  ·  view source on GitHub ↗

Returns the refcount table for this file. This is only useful for debugging.

(&self)

Source from the content-addressed store, hash-verified

226
227 /// Returns the refcount table for this file. This is only useful for debugging.
228 pub fn ref_table(&self) -> &[u64] {
229 self.ref_table.get_values()
230 }
231
232 /// Returns the refcounts stored in the given block.
233 pub fn refcount_block(

Callers

nothing calls this directly

Calls 1

get_valuesMethod · 0.80

Tested by

no test coverage detected