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

Function now_stamp

Scripts/Developer Base/Mobile Developer Setup.py:358–359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 return shutil.which("pkg") is not None and bool(prefix)
357
358
359def require_termux() -> bool:
360 if is_termux():
361 return True
362 print(c("This script must be run inside Termux.", C.ERR))

Callers 1

make_backupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected