Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jtesta/ssh-audit
/ values
Method
values
src/ssh_audit/algorithms.py:75–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
74
@property
75
def
values(self) -> Iterable[
'Algorithms.Item'
]:
76
for
item in [self.ssh1, self.ssh2]:
77
if
item is not None:
78
yield
item
79
80
@property
81
def
maxlen(self) -> int:
Callers
3
__cleanup
Method · 0.80
process_commandline
Function · 0.80
algorithm_lookup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected