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

Method decode_instance_id

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

Decode the instance-id from the event log

(&self)

Source from the content-addressed store, hash-verified

973
974 /// Decode the instance-id from the event log
975 pub fn decode_instance_id(&self) -> Result<String> {
976 self.find_event_hex_payload("instance-id")
977 }
978
979 /// Decode the upgraded app-id from the event log
980 pub fn decode_compose_hash(&self) -> Result<String> {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected