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

Method _instantiate_block

python/function.py:666–667  ·  view source on GitHub ↗
(self, handle)

Source from the content-addressed store, hash-verified

664 return count, blocks
665
666 def _instantiate_block(self, handle):
667 return basicblock.BasicBlock(handle, self.view)
668
669 @property
670 def basic_blocks(self) -> BasicBlockList:

Callers 2

__next__Method · 0.45
__getitem__Method · 0.45

Calls 1

BasicBlockMethod · 0.80

Tested by

no test coverage detected