Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ done
Method
done
mitmproxy/addons/eventstore.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
self.logger.install()
20
21
def
done(self):
22
self.logger.uninstall()
23
24
def
_add_log(self, entry: LogEntry) -> None:
25
self.data.append(entry)
Callers
2
test_simple
Function · 0.95
test_max_size
Function · 0.95
Calls
1
uninstall
Method · 0.45
Tested by
2
test_simple
Function · 0.76
test_max_size
Function · 0.76