Decode the rootfs hash from the event log
(&self)
| 983 | |
| 984 | /// Decode the rootfs hash from the event log |
| 985 | pub fn decode_rootfs_hash(&self) -> Result<String> { |
| 986 | self.find_event_hex_payload("rootfs-hash") |
| 987 | } |
| 988 | } |
| 989 | |
| 990 | impl Attestation { |
nothing calls this directly
no test coverage detected