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

Class BatEntry

block/src/vhdx/vhdx_bat.rs:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44#[derive(Default, Clone, Debug)]
45pub struct BatEntry(pub u64);
46
47impl BatEntry {
48 // Read all BAT entries presented on the disk and insert them to a vector

Callers 2

collect_bat_entriesMethod · 0.85
writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected