Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
440
impl 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
clone
Method · 0.45
Tested by
no test coverage detected