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

Method uses_block_highlights

python/flowgraph.py:702–704  ·  view source on GitHub ↗

Set if flow graph uses the standard basic block highlighting settings

(self)

Source from the content-addressed store, hash-verified

700
701 @property
702 def uses_block_highlights(self):
703 """Set if flow graph uses the standard basic block highlighting settings"""
704 return self.is_option_set(FlowGraphOption.FlowGraphUsesBlockHighlights)
705
706 @uses_block_highlights.setter
707 def uses_block_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