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

Function patch_v1_report_data

dstack-attest/src/attestation.rs:1224–1226  ·  view source on GitHub ↗
(attestation: AttestationV1, report_data: [u8; 64])

Source from the content-addressed store, hash-verified

1222 use super::*;
1223
1224 fn patch_v1_report_data(attestation: AttestationV1, report_data: [u8; 64]) -> AttestationV1 {
1225 attestation.with_report_data(report_data)
1226 }
1227
1228 fn dummy_tdx_attestation(report_data: [u8; 64]) -> Attestation {
1229 Attestation {

Calls 1

with_report_dataMethod · 0.80

Tested by

no test coverage detected