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

Method tdx_quote

dstack-attest/src/attestation.rs:689–695  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

687 }
688
689 pub fn tdx_quote(&self) -> Option<&TdxQuote> {
690 match &self.quote {
691 AttestationQuote::DstackTdx(quote) => Some(quote),
692 AttestationQuote::DstackGcpTdx => None,
693 AttestationQuote::DstackNitroEnclave => None,
694 }
695 }
696
697 /// Get TDX quote bytes
698 pub fn get_tdx_quote_bytes(&self) -> Option<Vec<u8>> {

Callers 7

tdx_quote_bytesMethod · 0.45
td10_reportMethod · 0.45
get_tdx_quote_bytesMethod · 0.45
get_td10_reportMethod · 0.45
decode_tdx_quoteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected