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

Method attestation_for_info

guest-agent/src/rpc_service.rs:822–824  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

820
821 impl PlatformBackend for TestSimulatorPlatform {
822 fn attestation_for_info(&self) -> Result<VersionedAttestation> {
823 Ok(self.attestation.clone())
824 }
825
826 fn certificate_attestation(&self, pubkey: &[u8]) -> Result<VersionedAttestation> {
827 let report_data =

Callers 1

info_attestationMethod · 0.45

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected