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

Method find_event_hex_payload

dstack-attest/src/attestation.rs:964–967  ·  view source on GitHub ↗
(&self, event: &str)

Source from the content-addressed store, hash-verified

962 }
963
964 fn find_event_hex_payload(&self, event: &str) -> Result<String> {
965 self.find_event(event)
966 .map(|event| hex::encode(&event.payload))
967 }
968
969 /// Decode the app-id from the event log
970 pub fn decode_app_id(&self) -> Result<String> {

Callers 4

decode_app_idMethod · 0.80
decode_instance_idMethod · 0.80
decode_compose_hashMethod · 0.80
decode_rootfs_hashMethod · 0.80

Calls 2

encodeFunction · 0.85
find_eventMethod · 0.80

Tested by

no test coverage detected