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

Method get_tdx_quote_bytes

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

Get TDX quote bytes

(&self)

Source from the content-addressed store, hash-verified

696
697 /// Get TDX quote bytes
698 pub fn get_tdx_quote_bytes(&self) -> Option<Vec<u8>> {
699 self.tdx_quote().map(|q| q.quote.clone())
700 }
701
702 /// Get TDX event log bytes
703 pub fn get_tdx_event_log_bytes(&self) -> Option<Vec<u8>> {

Callers 1

quote_responseMethod · 0.80

Calls 2

cloneMethod · 0.80
tdx_quoteMethod · 0.45

Tested by

no test coverage detected