MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / tor_binary

Function tor_binary

Scripts/Developer Base/Free Internet.py:352–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350
351
352def tor_binary() -> Optional[str]:
353 return which("tor")
354
355
356def tor_running() -> bool:

Callers 2

install_tor_supportFunction · 0.70
start_torFunction · 0.70

Calls 1

whichFunction · 0.70

Tested by

no test coverage detected