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

Method refreshAtCurrentLocation

python/examples/triage/byte.py:275–278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273 UIContext.updateStatus()
274
275 def refreshAtCurrentLocation(self):
276 if self.topLine < len(self.lines):
277 self.topAddr = self.lines[self.topLine].address
278 self.refreshLines()
279
280 def createLine(self, addr, length, separator):
281 if separator:

Callers 1

adjustSizeMethod · 0.95

Calls 1

refreshLinesMethod · 0.95

Tested by

no test coverage detected