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

Method id

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

Source from the content-addressed store, hash-verified

1148
1149impl Snapshottable for PciConfiguration {
1150 fn id(&self) -> String {
1151 String::from(PCI_CONFIGURATION_ID)
1152 }
1153
1154 fn snapshot(&mut self) -> std::result::Result<Snapshot, MigratableError> {
1155 Snapshot::new_from_state(&self.state())

Callers 1

add_capabilityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected