(self, addr: int)
| 1664 | core.BNMarkFunctionAsRecentlyUsed(self.handle) |
| 1665 | |
| 1666 | def get_comment_at(self, addr: int) -> str: |
| 1667 | return core.BNGetCommentForAddress(self.handle, addr) |
| 1668 | |
| 1669 | def set_comment_at(self, addr: int, comment: str) -> None: |
| 1670 | """ |
no outgoing calls
no test coverage detected