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

Method info_attestation

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

Source from the content-addressed store, hash-verified

65
66impl AppStateInner {
67 fn info_attestation(&self) -> Result<VersionedAttestation> {
68 self.platform.attestation_for_info()
69 }
70
71 async fn issue_cert(&self, key: &KeyPair, config: CertConfigV2) -> Result<Vec<String>> {
72 let pubkey = key.public_key_der();

Callers 1

get_infoFunction · 0.80

Calls 1

attestation_for_infoMethod · 0.45

Tested by

no test coverage detected