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

Method list_domains

gateway/src/cert_store.rs:83–85  ·  view source on GitHub ↗

List all loaded domains

(&self)

Source from the content-addressed store, hash-verified

81
82 /// List all loaded domains
83 pub fn list_domains(&self) -> Vec<String> {
84 self.cert_data.keys().cloned().collect()
85 }
86
87 /// Check if a wildcard certificate exists for a domain
88 pub fn contains_wildcard(&self, base_domain: &str) -> bool {

Callers 1

update_certMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected