Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ masked
Function
masked
test/mitmproxy/proxy/layers/test_websocket.py:43–44 ·
view source on GitHub ↗
(unmasked: bytes)
Source
from the content-addressed store, hash-verified
41
42
# noinspection PyTypeChecker
43
def
masked(unmasked: bytes) -> bytes:
44
return
_Masked(unmasked)
# type: ignore
45
46
47
def
masked_bytes(unmasked: bytes) -> bytes:
Callers
7
test_masking
Function · 0.85
test_upgrade
Function · 0.85
test_upgrade_streamed
Function · 0.85
test_protocol_error
Function · 0.85
test_ping
Function · 0.85
test_close_normal
Function · 0.85
test_close_code
Function · 0.85
Calls
1
_Masked
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…