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

Method toggle_marked

mitmproxy/addons/view.py:548–553  ·  view source on GitHub ↗

Toggle whether to show marked views only.

(self)

Source from the content-addressed store, hash-verified

546
547 @command.command("view.properties.marked.toggle")
548 def toggle_marked(self) -> None:
549 """
550 Toggle whether to show marked views only.
551 """
552 self.show_marked = not self.show_marked
553 self._refilter()
554
555 @command.command("view.properties.inbounds")
556 def inbounds(self, index: int) -> bool:

Callers 2

test_filterFunction · 0.95
test_propertiesFunction · 0.95

Calls 1

_refilterMethod · 0.95

Tested by 2

test_filterFunction · 0.76
test_propertiesFunction · 0.76