MCPcopy
hub / github.com/mitmproxy/mitmproxy / get_marked

Method get_marked

mitmproxy/addons/view.py:541–545  ·  view source on GitHub ↗

Returns true if view is in marked mode.

(self)

Source from the content-addressed store, hash-verified

539
540 @command.command("view.properties.marked")
541 def get_marked(self) -> bool:
542 """
543 Returns true if view is in marked mode.
544 """
545 return self.show_marked
546
547 @command.command("view.properties.marked.toggle")
548 def toggle_marked(self) -> None:

Callers 1

test_propertiesFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_propertiesFunction · 0.76