MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / flow_changed

Method flow_changed

mitmproxy/tools/console/window.py:193–196  ·  view source on GitHub ↗
(self, flow: flow.Flow)

Source from the content-addressed store, hash-verified

191 signals.window_refresh.send()
192
193 def flow_changed(self, flow: flow.Flow) -> None:
194 if self.master.view.focus.flow:
195 if flow.id == self.master.view.focus.flow.id:
196 self.focus_changed()
197
198 def focus_changed(self, *args, **kwargs):
199 """

Callers

nothing calls this directly

Calls 1

focus_changedMethod · 0.95

Tested by

no test coverage detected