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

Method true

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

Source from the content-addressed store, hash-verified

1033
1034 @property
1035 def true(self) -> HighLevelILInstruction:
1036 return self.get_expr(1)
1037
1038 @property
1039 def false(self) -> HighLevelILInstruction:

Callers

nothing calls this directly

Calls 1

get_exprMethod · 0.45

Tested by

no test coverage detected