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

Method report_data

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

Source from the content-addressed store, hash-verified

78
79impl StackEvidence {
80 pub fn report_data(&self) -> Result<[u8; 64]> {
81 match self {
82 Self::Dstack { report_data, .. } | Self::DstackPod { report_data, .. } => {
83 decode_report_data(report_data)
84 }
85 }
86 }
87
88 pub fn runtime_events(&self) -> &[RuntimeEvent] {
89 match self {

Callers 3

verify_with_timeMethod · 0.80
verify_with_ra_pubkeyMethod · 0.80

Calls 1

decode_report_dataFunction · 0.85

Tested by 3

verify_with_timeMethod · 0.64
verify_with_ra_pubkeyMethod · 0.64