Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ tls_existence_count
Method
tls_existence_count
crates/openshell-server/src/certgen.rs:444–446 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
442
}
443
444
fn tls_existence_count(&self) -> usize {
445
self.tls_files().iter().filter(|p| p.exists()).count()
446
}
447
448
fn jwt_existence_count(&self) -> usize {
449
self.jwt_files().iter().filter(|p| p.exists()).count()
Callers
1
run_local
Function · 0.80
Calls
2
tls_files
Method · 0.80
exists
Method · 0.80
Tested by
no test coverage detected