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

Method GetParent

highlevelilinstruction.cpp:1040–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038
1039
1040HighLevelILInstruction HighLevelILInstructionBase::GetParent() const
1041{
1042 return function->GetExpr(parent, true);
1043}
1044
1045
1046void HighLevelILInstruction::CollectSubExprs(stack<size_t>& toProcess) const

Callers

nothing calls this directly

Calls 1

GetExprMethod · 0.45

Tested by

no test coverage detected