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

Method decode_app_id

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

Decode the app-id from the event log

(&self)

Source from the content-addressed store, hash-verified

968
969 /// Decode the app-id from the event log
970 pub fn decode_app_id(&self) -> Result<String> {
971 self.find_event_hex_payload("app-id")
972 }
973
974 /// Decode the instance-id from the event log
975 pub fn decode_instance_id(&self) -> Result<String> {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected