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

Method build

gateway/src/cert_store.rs:263–269  ·  view source on GitHub ↗

Build the immutable CertStore

(self)

Source from the content-addressed store, hash-verified

261
262 /// Build the immutable CertStore
263 pub fn build(self) -> CertStore {
264 CertStore {
265 exact_certs: self.exact_certs,
266 wildcard_certs: self.wildcard_certs,
267 cert_data: self.cert_data,
268 }
269 }
270}
271
272impl Default for CertStoreBuilder {

Callers 11

indexFunction · 0.45
metricsFunction · 0.45
update_certMethod · 0.45
test_cert_store_builderFunction · 0.45
test_cert_store_wildcardFunction · 0.45
newMethod · 0.45
startFunction · 0.45
verify_server_certMethod · 0.45
newMethod · 0.45
indexFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_cert_store_builderFunction · 0.36
test_cert_store_wildcardFunction · 0.36