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

Function log

media/record_demo.py:79–80  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

77
78
79def log(msg: str) -> None:
80 print(f"[record_demo] {msg}", flush=True)
81
82
83def start_server() -> subprocess.Popen:

Callers 6

start_serverFunction · 0.85
convert_videoFunction · 0.85
_inject_investigationFunction · 0.85
recordFunction · 0.85
_click_theme_toggleFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected