MCPcopy Index your code
hub / github.com/cloud-hypervisor/cloud-hypervisor / size

Method size

pci/src/configuration.rs:1225–1227  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1223 }
1224
1225 pub fn size(&self) -> u64 {
1226 self.size
1227 }
1228
1229 pub fn region_type(&self) -> PciBarRegionType {
1230 self.region_type

Callers 6

create_memory_nodeFunction · 0.45
register_mappingMethod · 0.45
accessedMethod · 0.45
as_mut_sliceMethod · 0.45
as_sliceMethod · 0.45
create_dummy_virtio_memFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected