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

Method set_address

pci/src/configuration.rs:1194–1197  ·  view source on GitHub ↗
(mut self, addr: u64)

Source from the content-addressed store, hash-verified

1192
1193 #[must_use]
1194 pub fn set_address(mut self, addr: u64) -> Self {
1195 self.addr = addr;
1196 self
1197 }
1198
1199 #[must_use]
1200 pub fn set_size(mut self, size: u64) -> Self {

Callers 9

allocate_barsMethod · 0.80
move_barMethod · 0.80
allocate_barsMethod · 0.80
move_barMethod · 0.80
allocate_barsMethod · 0.80
move_barMethod · 0.80
allocate_barsMethod · 0.80
allocate_barsMethod · 0.80
move_barMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected