MCPcopy
hub / github.com/jtesta/ssh-audit / reset

Method reset

src/ssh_audit/outputbuffer.py:96–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 print(self.get_buffer(), flush=True)
95
96 def reset(self) -> None:
97 self.flush_section()
98 self.get_buffer()
99
100 @property
101 def level(self) -> str:

Callers

nothing calls this directly

Calls 2

flush_sectionMethod · 0.95
get_bufferMethod · 0.95

Tested by

no test coverage detected