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

Method contains_key

vmm/src/device_tree.rs:62–64  ·  view source on GitHub ↗
(&self, k: &str)

Source from the content-addressed store, hash-verified

60 DeviceTree(HashMap::new())
61 }
62 pub fn contains_key(&self, k: &str) -> bool {
63 self.0.contains_key(k)
64 }
65 pub fn get(&self, k: &str) -> Option<&DeviceNode> {
66 self.0.get(k)
67 }

Callers 9

register_percpu_bufMethod · 0.45
validateMethod · 0.45
next_device_nameMethod · 0.45
validate_identifierMethod · 0.45
create_numa_nodesMethod · 0.45
parseMethod · 0.45
send_pktMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected