MCPcopy Index your code
hub / github.com/OpenOSINT/OpenOSINT / _print_result

Function _print_result

openosint/cli.py:396–401  ·  view source on GitHub ↗
(result: str)

Source from the content-addressed store, hash-verified

394
395
396def _print_result(result: str) -> None:
397 print(_DIVIDER)
398 print(" SCAN RESULTS ".center(60, "="))
399 print(_DIVIDER)
400 print(result)
401 print(_DIVIDER)
402
403
404def _print_result_labeled(label: str, result: str) -> None:

Callers 10

_handle_emailFunction · 0.70
_handle_usernameFunction · 0.70
_handle_shodanFunction · 0.70
_handle_virustotalFunction · 0.70
_handle_censysFunction · 0.70
_handle_abuseipdbFunction · 0.70
_handle_githubFunction · 0.70
_handle_dnsFunction · 0.70
_handle_ip2locationFunction · 0.70
_handle_multiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected