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

Method set

gateway/src/cert_store.rs:149–151  ·  view source on GitHub ↗

Replace the CertStore atomically (lock-free)

(&self, new_store: Arc<CertStore>)

Source from the content-addressed store, hash-verified

147
148 /// Replace the CertStore atomically (lock-free)
149 pub fn set(&self, new_store: Arc<CertStore>) {
150 self.store.store(new_store);
151 }
152
153 /// List all domains
154 pub fn list_domains(&self) -> Vec<String> {

Callers 11

processModuleFunction · 0.80
encryptEnvWithKeyFunction · 0.80
encryptEnvVarsFunction · 0.80
encryptEnvVarsFunction · 0.80
update_certMethod · 0.80
newMethod · 0.80

Calls 1

storeMethod · 0.80

Tested by

no test coverage detected