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

Method ca_path

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

Source from the content-addressed store, hash-verified

142 }
143
144 fn ca_path(&self) -> Option<PathBuf> {
145 self.tls_ca.clone().or_else(|| self.cached_ca_path())
146 }
147
148 fn cached_cert_path(&self) -> Option<PathBuf> {
149 let cache = self.config_dir().map(|p| p.join("cert.pem"));

Callers 2

server_configMethod · 0.80
client_configMethod · 0.80

Calls 1

cached_ca_pathMethod · 0.80

Tested by

no test coverage detected