Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ _add_log
Method
_add_log
mitmproxy/addons/eventstore.py:24–26 ·
view source on GitHub ↗
(self, entry: LogEntry)
Source
from the content-addressed store, hash-verified
22
self.logger.uninstall()
23
24
def
_add_log(self, entry: LogEntry) -> None:
25
self.data.append(entry)
26
self.sig_add.send(entry)
27
28
@property
29
def
size(self) -> int | None:
Callers
1
get_app
Method · 0.80
Calls
2
append
Method · 0.45
send
Method · 0.45
Tested by
1
get_app
Method · 0.64