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

Method has_user_annotations

python/function.py:612–616  ·  view source on GitHub ↗

Whether the function has ever been 'user' modified

(self)

Source from the content-addressed store, hash-verified

610
611 @property
612 def has_user_annotations(self) -> bool:
613 """
614 Whether the function has ever been 'user' modified
615 """
616 return core.BNFunctionHasUserAnnotations(self.handle)
617
618 @property
619 def can_return(self) -> 'types.BoolWithConfidence':

Callers 2

actionMethod · 0.45
data_from_viewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected