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

Method state

devices/src/pvpanic.rs:133–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

131 }
132
133 fn state(&self) -> PvPanicDeviceState {
134 PvPanicDeviceState {
135 events: self.events,
136 }
137 }
138
139 pub fn config_bar_addr(&self) -> u64 {
140 self.configuration.get_bar_addr(0)

Callers 1

snapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected