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

Function cert_attestation_latest

gateway/src/kv/mod.rs:336–338  ·  view source on GitHub ↗

Key for latest attestation of a domain

(domain: &str)

Source from the content-addressed store, hash-verified

334
335 /// Key for latest attestation of a domain
336 pub fn cert_attestation_latest(domain: &str) -> String {
337 format!("{CERT_PREFIX}{domain}/attestation/latest")
338 }
339
340 /// Key for historical attestation of a domain
341 pub fn cert_attestation_history(domain: &str, timestamp: u64) -> String {

Callers 3

save_cert_attestationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected