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

Method decode_compose_hash

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

Decode the upgraded app-id from the event log

(&self)

Source from the content-addressed store, hash-verified

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> {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected