Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
453
fn decide_local(tls_present: usize, jwt_present: usize) -> LocalAction {
Callers
1
run_local
Function · 0.80
Calls
2
jwt_files
Method · 0.80
exists
Method · 0.80
Tested by
no test coverage detected