MCPcopy
hub / github.com/mitmproxy/mitmproxy / update

Method update

mitmproxy/tools/console/consoleaddons.py:759–763  ·  view source on GitHub ↗
(self, flows)

Source from the content-addressed store, hash-verified

757 self.started = True
758
759 def update(self, flows) -> None:
760 if not flows:
761 signals.update_settings.send()
762 for f in flows:
763 signals.flow_change.send(flow=f)

Callers 1

layout_cycleMethod · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected