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

Method into_versioned

dstack-attest/src/attestation.rs:1105–1107  ·  view source on GitHub ↗

Wrap into a versioned attestation for encoding

(self)

Source from the content-addressed store, hash-verified

1103
1104 /// Wrap into a versioned attestation for encoding
1105 pub fn into_versioned(self) -> VersionedAttestation {
1106 VersionedAttestation::V0 { attestation: self }
1107 }
1108
1109 /// Verify the quote
1110 pub async fn verify_with_ra_pubkey(

Callers 14

cmd_gen_ca_certFunction · 0.80
make_app_keysFunction · 0.80
sign_cert_requestFunction · 0.80
from_ext_getterFunction · 0.80
try_fromMethod · 0.80
attestation_for_infoMethod · 0.80
attest_responseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected