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

Method contentview_changed

mitmproxy/tools/console/flowview.py:61–66  ·  view source on GitHub ↗
(self, view)

Source from the content-addressed store, hash-verified

59 return self.master.view.focus.flow
60
61 def contentview_changed(self, view):
62 # this is called when a contentview addon is live-reloaded.
63 # we clear our cache and then rerender
64 self._get_content_view.cache_clear()
65 if self.master.window.current_window("flowview"):
66 self.show()
67
68 def focus_changed(self):
69 f = self.flow

Callers

nothing calls this directly

Calls 2

current_windowMethod · 0.80
showMethod · 0.80

Tested by

no test coverage detected