MCPcopy 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
41class CallbackLogger(log.MitmLogHandler):

Callers 1

test_simpleFunction · 0.95

Calls 1

sendMethod · 0.45

Tested by 1

test_simpleFunction · 0.76