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

Method get

vm-virtio/src/queue.rs:43–45  ·  view source on GitHub ↗

Reads from the actual memory location.

(&self)

Source from the content-addressed store, hash-verified

41
42 // Reads from the actual memory location.
43 pub fn get(&self) -> T {
44 self.mem.read_obj(self.location).unwrap()
45 }
46
47 // Writes to the actual memory location.
48 pub fn set(&self, val: T) {

Callers 15

create_cpu_nodesFunction · 0.45
create_memory_nodeFunction · 0.45
create_distance_map_nodeFunction · 0.45
get_configMethod · 0.45
parseMethod · 0.45
find_connectionMethod · 0.45
readMethod · 0.45
dma_readMethod · 0.45
read_dataMethod · 0.45
config_space_readMethod · 0.45
config_space_writeMethod · 0.45
read_config_registerMethod · 0.45

Calls

no outgoing calls

Tested by 3

start_live_migration_tcpFunction · 0.36
get_countersFunction · 0.36