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

Method _sig_options_update

mitmproxy/tools/web/master.py:83–88  ·  view source on GitHub ↗
(self, updated: set[str])

Source from the content-addressed store, hash-verified

81 )
82
83 def _sig_options_update(self, updated: set[str]) -> None:
84 options_dict = optmanager.dump_dicts(self.options, updated)
85 app.ClientConnection.broadcast(
86 type="options/update",
87 payload=options_dict,
88 )
89
90 def _sig_servers_changed(self) -> None:
91 app.ClientConnection.broadcast(

Callers

nothing calls this directly

Calls 1

broadcastMethod · 0.80

Tested by

no test coverage detected