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

Method verify

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

Verify the quote.

(self, pccs_url: Option<&str>)

Source from the content-addressed store, hash-verified

633
634 /// Verify the quote.
635 pub async fn verify(self, pccs_url: Option<&str>) -> Result<VerifiedAttestation> {
636 self.verify_with_time(pccs_url, None).await
637 }
638}
639
640#[derive(Clone, Encode, Decode)]

Callers 1

verify_with_ra_pubkeyMethod · 0.45

Calls 1

verify_with_timeMethod · 0.80

Tested by

no test coverage detected