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

Method info

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

Source from the content-addressed store, hash-verified

154 return self
155
156 def info(self, s: str, line_ended: bool = True) -> 'OutputBuffer':
157 self._print('info', s, line_ended)
158 return self
159
160 def good(self, s: str, line_ended: bool = True) -> 'OutputBuffer':
161 self._print('good', s, line_ended)

Callers 12

vMethod · 0.95
dMethod · 0.95
outputMethod · 0.80
usageFunction · 0.80
outputFunction · 0.80
evaluate_policyFunction · 0.80
list_policiesFunction · 0.80
builtin_manualFunction · 0.80

Calls 1

_printMethod · 0.95

Tested by 3