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

Method get_default_dns_credential

gateway/src/kv/mod.rs:771–774  ·  view source on GitHub ↗

Get the default DNS credential (resolves the ID to the actual credential)

(&self)

Source from the content-addressed store, hash-verified

769
770 /// Get the default DNS credential (resolves the ID to the actual credential)
771 pub fn get_default_dns_credential(&self) -> Option<DnsCredential> {
772 let cred_id = self.get_default_dns_credential_id()?;
773 self.get_dns_credential(&cred_id)
774 }
775
776 // ==================== Global Certbot Config ====================
777

Callers 1

Calls 2

get_dns_credentialMethod · 0.45

Tested by

no test coverage detected