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

Function _emit_json

openosint/cli.py:412–413  ·  view source on GitHub ↗
(data: dict | list)

Source from the content-addressed store, hash-verified

410
411
412def _emit_json(data: dict | list) -> None:
413 print(json.dumps(data, indent=2))
414
415
416# ---------------------------------------------------------------------------

Callers 9

_handle_emailFunction · 0.85
_handle_usernameFunction · 0.85
_handle_shodanFunction · 0.85
_handle_virustotalFunction · 0.85
_handle_censysFunction · 0.85
_handle_abuseipdbFunction · 0.85
_handle_githubFunction · 0.85
_handle_dnsFunction · 0.85
_handle_ip2locationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected