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

Method jwt_existence_count

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

Source from the content-addressed store, hash-verified

446 }
447
448 fn jwt_existence_count(&self) -> usize {
449 self.jwt_files().iter().filter(|p| p.exists()).count()
450 }
451}
452
453fn decide_local(tls_present: usize, jwt_present: usize) -> LocalAction {

Callers 1

run_localFunction · 0.80

Calls 2

jwt_filesMethod · 0.80
existsMethod · 0.80

Tested by

no test coverage detected