Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/firerpa/lamda
/ adb_tcp
Function
adb_tcp
tools/startmitm.py:84–87 ·
view source on GitHub ↗
(action, aport, bport)
Source
from the content-addressed store, hash-verified
82
83
84
def
adb_tcp(action, aport, bport):
85
p = adb(action,
"tcp:{}"
.format(aport),
86
"tcp:{}"
.format(bport))
87
return
p
88
89
90
def
reverse(aport, bport):
Callers
2
reverse
Function · 0.85
forward
Function · 0.85
Calls
2
adb
Function · 0.85
format
Method · 0.80
Tested by
no test coverage detected