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

Method jwt_files

crates/openshell-server/src/certgen.rs:425–427  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

423 }
424
425 fn jwt_files(&self) -> [&Path; 3] {
426 [&self.jwt_signing, &self.jwt_public, &self.jwt_kid]
427 }
428
429 #[cfg(test)]
430 fn all_files(&self) -> [&Path; 9] {

Callers 1

jwt_existence_countMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected