MCPcopy
hub / github.com/CreditTone/hooker / _shell

Function _shell

hooker.py:269–270  ·  view source on GitHub ↗
(cmd, stream=False)

Source from the content-addressed store, hash-verified

267_init_adb_device()
268
269def _shell(cmd, stream=False):
270 return adb_device.shell(cmd, stream=stream)
271
272def run_su_command(cmd, not_read=False):
273 try:

Callers 1

run_su_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected