Decode the upgraded app-id from the event log
(&self)
| 978 | |
| 979 | /// Decode the upgraded app-id from the event log |
| 980 | pub fn decode_compose_hash(&self) -> Result<String> { |
| 981 | self.find_event_hex_payload("compose-hash") |
| 982 | } |
| 983 | |
| 984 | /// Decode the rootfs hash from the event log |
| 985 | pub fn decode_rootfs_hash(&self) -> Result<String> { |
nothing calls this directly
no test coverage detected