Decode the app info from the event log.
(&self, boottime_mr: bool)
| 510 | |
| 511 | /// Decode the app info from the event log. |
| 512 | pub fn decode_app_info(&self, boottime_mr: bool) -> Result<AppInfo> { |
| 513 | self.decode_app_info_ex(boottime_mr, "") |
| 514 | } |
| 515 | |
| 516 | /// Decode the app info from the event log with an optional external vm_config. |
| 517 | #[errify::errify("decode app info")] |
no test coverage detected