Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
269
def
_shell(cmd, stream=False):
270
return
adb_device.shell(cmd, stream=stream)
271
272
def
run_su_command(cmd, not_read=False):
273
try
:
Callers
1
run_su_command
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected