MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / shows_secondary_reg_highlighting

Method shows_secondary_reg_highlighting

python/flowgraph.py:747–749  ·  view source on GitHub ↗

Set if flow graph should highlight associated registers in the UI

(self)

Source from the content-addressed store, hash-verified

745
746 @property
747 def shows_secondary_reg_highlighting(self):
748 """Set if flow graph should highlight associated registers in the UI"""
749 return self.is_option_set(FlowGraphOption.FlowGraphShowsSecondaryRegisterHighlighting)
750
751 @shows_secondary_reg_highlighting.setter
752 def shows_secondary_reg_highlighting(self, value):

Callers

nothing calls this directly

Calls 2

is_option_setMethod · 0.95
set_optionMethod · 0.95

Tested by

no test coverage detected