Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
45
pub struct BatEntry(pub u64);
46
47
impl BatEntry {
48
// Read all BAT entries presented on the disk and insert them to a vector
Callers
2
collect_bat_entries
Method · 0.85
write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected