MCPcopy
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

output_compatibilityFunction · 0.80
output_fingerprintsFunction · 0.80
outputFunction · 0.80
evaluate_policyFunction · 0.80

Calls 1

_printMethod · 0.95

Tested by 3