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

Method key_path

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

Source from the content-addressed store, hash-verified

138 }
139
140 fn key_path(&self) -> Option<PathBuf> {
141 self.tls_key.clone().or_else(|| self.cached_key_path())
142 }
143
144 fn ca_path(&self) -> Option<PathBuf> {
145 self.tls_ca.clone().or_else(|| self.cached_ca_path())

Callers 3

is_secureMethod · 0.80
server_configMethod · 0.80
client_configMethod · 0.80

Calls 1

cached_key_pathMethod · 0.80

Tested by

no test coverage detected