(&self)
| 646 | |
| 647 | impl AttestationQuote { |
| 648 | pub fn mode(&self) -> AttestationMode { |
| 649 | match self { |
| 650 | AttestationQuote::DstackTdx { .. } => AttestationMode::DstackTdx, |
| 651 | AttestationQuote::DstackGcpTdx => AttestationMode::DstackGcpTdx, |
| 652 | AttestationQuote::DstackNitroEnclave => AttestationMode::DstackNitroEnclave, |
| 653 | } |
| 654 | } |
| 655 | } |
| 656 | |
| 657 | /// Attestation data |
no outgoing calls
no test coverage detected