MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / cert_path

Method cert_path

crates/cargo-lambda-remote/src/tls.rs:136–138  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

134 }
135
136 fn cert_path(&self) -> Option<PathBuf> {
137 self.tls_cert.clone().or_else(|| self.cached_cert_path())
138 }
139
140 fn key_path(&self) -> Option<PathBuf> {
141 self.tls_key.clone().or_else(|| self.cached_key_path())

Callers 3

is_secureMethod · 0.80
server_configMethod · 0.80
client_configMethod · 0.80

Calls 1

cached_cert_pathMethod · 0.80

Tested by

no test coverage detected