Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
505
impl AttestationV1 {
Callers
1
get_info
Function · 0.80
Calls
1
tdx_quote
Method · 0.45
Tested by
no test coverage detected