Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ test_socks5_fuzz
Function
test_socks5_fuzz
test/mitmproxy/proxy/layers/test_socks5_fuzz.py:22–24 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
20
21
@given(binary())
22
def
test_socks5_fuzz(data):
23
layer = Socks5Proxy(tctx)
24
list(layer.handle_event(DataReceived(tctx.client, data)))
Callers
nothing calls this directly
Calls
3
Socks5Proxy
Class · 0.90
DataReceived
Class · 0.90
handle_event
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…