Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ clear
Method
clear
mitmproxy/addons/eventstore.py:33–38 ·
view source on GitHub ↗
Clear the event log.
(self)
Source
from the content-addressed store, hash-verified
31
32
@command.command(
"eventstore.clear"
)
33
def
clear(self) -> None:
34
""
"
35
Clear the event log.
36
""
"
37
self.data.clear()
38
self.sig_refresh.send()
39
40
41
class
CallbackLogger(log.MitmLogHandler):
Callers
1
test_simple
Function · 0.95
Calls
1
send
Method · 0.45
Tested by
1
test_simple
Function · 0.76