Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jtesta/ssh-audit
/ good
Method
good
src/ssh_audit/outputbuffer.py:160–162 ·
view source on GitHub ↗
(self, s: str, line_ended: bool = True)
Source
from the content-addressed store, hash-verified
158
return
self
159
160
def
good(self, s: str, line_ended: bool = True) ->
'OutputBuffer'
:
161
self._print(
'good'
, s, line_ended)
162
return
self
163
164
def
sep(self) ->
'OutputBuffer'
:
165
if
not self.batch:
Callers
7
test_outputbuffer_colors
Method · 0.95
test_outputbuffer_level
Method · 0.95
test_outputbuffer_batch
Method · 0.95
output_compatibility
Function · 0.80
output_fingerprints
Function · 0.80
output
Function · 0.80
evaluate_policy
Function · 0.80
Calls
1
_print
Method · 0.95
Tested by
3
test_outputbuffer_colors
Method · 0.76
test_outputbuffer_level
Method · 0.76
test_outputbuffer_batch
Method · 0.76