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

Method fail

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

Source from the content-addressed store, hash-verified

146 return self
147
148 def fail(self, s: str, line_ended: bool = True) -> 'OutputBuffer':
149 self._print('fail', s, line_ended)
150 return self
151
152 def warn(self, s: str, line_ended: bool = True) -> 'OutputBuffer':
153 self._print('warn', s, line_ended)

Callers 15

_runMethod · 0.80
read_packetMethod · 0.80
usageFunction · 0.80
output_securityFunction · 0.80
outputFunction · 0.80
evaluate_policyFunction · 0.80
list_policiesFunction · 0.80
process_commandlineFunction · 0.80

Calls 1

_printMethod · 0.95

Tested by 4