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

Method instruction_count

python/basicblock.py:225–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

223
224 @property
225 def instruction_count(self) -> int:
226 self._buildStartCache()
227 assert self._instStarts is not None
228 return len(self._instStarts)
229
230 @property
231 def function(self) -> Optional['_function.Function']:

Callers 1

Calls 1

_buildStartCacheMethod · 0.95

Tested by

no test coverage detected