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

Method tdx_quote

dstack-attest/src/v1.rs:26–31  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24
25impl PlatformEvidence {
26 pub fn tdx_quote(&self) -> Option<&[u8]> {
27 match self {
28 Self::Tdx { quote, .. } => Some(quote.as_slice()),
29 _ => None,
30 }
31 }
32
33 pub fn tdx_event_log(&self) -> Option<&[TdxEvent]> {
34 match self {

Calls

no outgoing calls

Tested by

no test coverage detected