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

Method mode

dstack-attest/src/attestation.rs:648–654  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

646
647impl 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

Callers 3

decode_app_info_exMethod · 0.80
emitMethod · 0.80
build_boot_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected