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

Method l1_table

block/src/qcow/mod.rs:813–815  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

811
812 /// Returns the L1 lookup table for this file. This is only useful for debugging.
813 pub fn l1_table(&self) -> &[u64] {
814 self.l1_table.get_values()
815 }
816
817 /// Returns an L2_table of cluster addresses, only used for debugging.
818 pub fn l2_table(&mut self, l1_index: usize) -> BlockResult<Option<&[u64]>> {

Callers

nothing calls this directly

Calls 1

get_valuesMethod · 0.80

Tested by

no test coverage detected