Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ sub
Function
sub
test/mitmproxy/test_optmanager.py:111–112 ·
view source on GitHub ↗
(updated)
Source
from the content-addressed store, hash-verified
109
rec = []
110
111
def
sub(updated):
112
rec.append(copy.copy(o))
113
114
o.changed.connect(sub)
115
Callers
nothing calls this directly
Calls
2
append
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected