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

Method uses_instruction_highlights

python/flowgraph.py:711–713  ·  view source on GitHub ↗

Set if flow graph uses the standard instruction highlighting settings

(self)

Source from the content-addressed store, hash-verified

709
710 @property
711 def uses_instruction_highlights(self):
712 """Set if flow graph uses the standard instruction highlighting settings"""
713 return self.is_option_set(FlowGraphOption.FlowGraphUsesInstructionHighlights)
714
715 @uses_instruction_highlights.setter
716 def uses_instruction_highlights(self, value):

Callers

nothing calls this directly

Calls 2

is_option_setMethod · 0.95
set_optionMethod · 0.95

Tested by

no test coverage detected