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

Method head

src/ssh_audit/outputbuffer.py:143–146  ·  view source on GitHub ↗
(self, s: str, line_ended: bool = True)

Source from the content-addressed store, hash-verified

141 return len(self.section) == 0
142
143 def head(self, s: str, line_ended: bool = True) -> 'OutputBuffer':
144 if not self.batch:
145 self._print('head', s, line_ended)
146 return self
147
148 def fail(self, s: str, line_ended: bool = True) -> 'OutputBuffer':
149 self._print('fail', s, line_ended)

Callers 13

usageFunction · 0.80
output_algorithmsFunction · 0.80
output_securityFunction · 0.80
output_fingerprintsFunction · 0.80
output_recommendationsFunction · 0.80
output_infoFunction · 0.80
outputFunction · 0.80
list_policiesFunction · 0.80
algorithm_lookupFunction · 0.80

Calls 1

_printMethod · 0.95

Tested by 3