Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ get_td10_report
Method
get_td10_report
dstack-attest/src/attestation.rs:717–721 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
715
}
716
717
pub fn get_td10_report(&self) -> Option<TDReport10> {
718
self.tdx_quote()
719
.and_then(|q| Quote::parse(&q.quote).ok())
720
.and_then(|quote| quote.report.as_td10().cloned())
721
}
722
}
723
724
pub trait GetDeviceId {
Callers
nothing calls this directly
Calls
1
tdx_quote
Method · 0.45
Tested by
no test coverage detected