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

Method id

devices/src/ioapic.rs:441–443  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

439
440impl Snapshottable for Ioapic {
441 fn id(&self) -> String {
442 self.id.clone()
443 }
444
445 fn snapshot(&mut self) -> std::result::Result<Snapshot, MigratableError> {
446 Snapshot::new_from_state(&self.state())

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected