MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / _print_result

Function _print_result

openosint/repl.py:161–170  ·  view source on GitHub ↗
(content: str)

Source from the content-addressed store, hash-verified

159
160
161def _print_result(content: str) -> None:
162 console.print()
163 console.print(
164 Panel(
165 Markdown(content),
166 border_style="#00ff88",
167 padding=(1, 2),
168 )
169 )
170 console.print()
171
172
173def _print_error(message: str) -> None:

Callers 1

_run_investigationMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected