Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jtesta/ssh-audit
/ write
Method
write
src/ssh_audit/outputbuffer.py:91–94 ·
view source on GitHub ↗
Writes the output to stdout.
(self)
Source
from the content-addressed store, hash-verified
89
return
buffer_str
90
91
def
write(self) -> None:
92
''
'Writes the output to stdout.'
''
93
self.flush_section()
94
print(self.get_buffer(), flush=True)
95
96
def
reset(self) -> None:
97
self.flush_section()
Callers
15
test_outputbuffer_no_lines
Method · 0.95
test_outputbuffer_colors
Method · 0.95
test_outputbuffer_sep
Method · 0.95
test_outputbuffer_level
Method · 0.95
test_outputbuffer_batch
Method · 0.95
test_ssh2_server_simple
Method · 0.95
test_ssh2_server_invalid_first_packet
Method · 0.95
test_ssh2_gss_kex
Method · 0.95
test_ssh1_server_simple
Method · 0.95
test_ssh1_server_invalid_first_packet
Method · 0.95
test_ssh1_server_invalid_checksum
Method · 0.95
_audit
Method · 0.95
Calls
2
flush_section
Method · 0.95
get_buffer
Method · 0.95
Tested by
12
test_outputbuffer_no_lines
Method · 0.76
test_outputbuffer_colors
Method · 0.76
test_outputbuffer_sep
Method · 0.76
test_outputbuffer_level
Method · 0.76
test_outputbuffer_batch
Method · 0.76
test_ssh2_server_simple
Method · 0.76
test_ssh2_server_invalid_first_packet
Method · 0.76
test_ssh2_gss_kex
Method · 0.76
test_ssh1_server_simple
Method · 0.76
test_ssh1_server_invalid_first_packet
Method · 0.76
test_ssh1_server_invalid_checksum
Method · 0.76
_audit
Method · 0.76