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

Method moveToStartOfView

python/examples/triage/byte.py:726–732  ·  view source on GitHub ↗
(self, selecting)

Source from the content-addressed store, hash-verified

724 self.viewport().update()
725
726 def moveToStartOfView(self, selecting):
727 self.cursorAddr = self.getStart()
728 if not selecting:
729 self.selectNone()
730 self.repositionCaret()
731 if self.selectionVisible or selecting:
732 self.viewport().update()
733
734 def moveToEndOfView(self, selecting):
735 self.cursorAddr = self.getEnd()

Callers 1

__init__Method · 0.95

Calls 4

getStartMethod · 0.95
selectNoneMethod · 0.95
repositionCaretMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected