MCPcopy
hub / github.com/mitmproxy/mitmproxy / _sig_view_refresh

Method _sig_view_refresh

mitmproxy/tools/web/master.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 )
68
69 def _sig_view_refresh(self) -> None:
70 app.ClientConnection.broadcast_flow_reset()
71
72 def _sig_events_add(self, entry: log.LogEntry) -> None:
73 app.ClientConnection.broadcast(

Callers

nothing calls this directly

Calls 1

broadcast_flow_resetMethod · 0.80

Tested by

no test coverage detected