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

Method tdx_quote_bytes

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

Source from the content-addressed store, hash-verified

487
488impl TdxAttestationExt for AttestationV1 {
489 fn tdx_quote_bytes(&self) -> Option<Vec<u8>> {
490 self.platform.tdx_quote().map(|quote| quote.to_vec())
491 }
492
493 fn tdx_event_log(&self) -> Option<&[TdxEvent]> {
494 self.platform.tdx_event_log()

Callers 1

simulated_quote_responseFunction · 0.80

Calls 2

to_vecMethod · 0.80
tdx_quoteMethod · 0.45

Tested by

no test coverage detected