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

Method definition

python/highlevelil.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113
114 @property
115 def definition(self) -> Optional['HighLevelILInstruction']:
116 return self.function.get_label(self.id)
117
118 @property
119 def uses(self) -> List['HighLevelILInstruction']:

Callers

nothing calls this directly

Calls 1

get_labelMethod · 0.45

Tested by

no test coverage detected