Whether the function has ever been 'user' modified
(self)
| 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': |
no outgoing calls
no test coverage detected