MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / files

Method files

crates/openshell-server/src/defaults.rs:30–38  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

28 }
29
30 fn files(&self) -> [&Path; 5] {
31 [
32 &self.ca,
33 &self.server_cert,
34 &self.server_key,
35 &self.client_cert,
36 &self.client_key,
37 ]
38 }
39}
40
41#[derive(Debug, Clone, PartialEq, Eq)]

Callers 4

complete_local_tls_pathsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected