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

Method _instantiate_block

python/highlevelil.py:2606–2607  ·  view source on GitHub ↗
(self, handle)

Source from the content-addressed store, hash-verified

2604 return count, blocks
2605
2606 def _instantiate_block(self, handle):
2607 return HighLevelILBasicBlock(handle, self, self.view)
2608
2609 @property
2610 def basic_blocks(self) -> 'function.HighLevelILBasicBlockList':

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected