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

Method td10_report

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

Source from the content-addressed store, hash-verified

495 }
496
497 fn td10_report(&self) -> Option<TDReport10> {
498 self.platform
499 .tdx_quote()
500 .and_then(|quote| Quote::parse(quote).ok())
501 .and_then(|quote| quote.report.as_td10().cloned())
502 }
503}
504
505impl AttestationV1 {

Callers 1

get_infoFunction · 0.80

Calls 1

tdx_quoteMethod · 0.45

Tested by

no test coverage detected