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

Method tdx_report

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

Source from the content-addressed store, hash-verified

298
299impl DstackVerifiedReport {
300 pub fn tdx_report(&self) -> Option<&TdxVerifiedReport> {
301 match self {
302 DstackVerifiedReport::DstackTdx(report) => Some(report),
303 DstackVerifiedReport::DstackGcpTdx => None,
304 DstackVerifiedReport::DstackNitroEnclave => None,
305 }
306 }
307}
308
309/// Represents a verified attestation

Callers 4

get_attestation_infoMethod · 0.80
build_boot_infoFunction · 0.80
verifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected