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

Method includes_user_comments

python/flowgraph.py:720–722  ·  view source on GitHub ↗

Set if flow graph includes comments made by the user

(self)

Source from the content-addressed store, hash-verified

718
719 @property
720 def includes_user_comments(self):
721 """Set if flow graph includes comments made by the user"""
722 return self.is_option_set(FlowGraphOption.FlowGraphIncludesUserComments)
723
724 @includes_user_comments.setter
725 def includes_user_comments(self, value):

Callers

nothing calls this directly

Calls 2

is_option_setMethod · 0.95
set_optionMethod · 0.95

Tested by

no test coverage detected