MCPcopy
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_simpleFunction · 0.95
test_max_sizeFunction · 0.95

Calls 1

uninstallMethod · 0.45

Tested by 2

test_simpleFunction · 0.76
test_max_sizeFunction · 0.76