MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / decode_rootfs_hash

Method decode_rootfs_hash

dstack-attest/src/attestation.rs:985–987  ·  view source on GitHub ↗

Decode the rootfs hash from the event log

(&self)

Source from the content-addressed store, hash-verified

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
990impl Attestation {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected