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

Method AsNonAST

highlevelilinstruction.cpp:1028–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026
1027
1028HighLevelILInstruction HighLevelILInstructionBase::AsNonAST() const
1029{
1030 return function->GetExpr(exprIndex, false);
1031}
1032
1033
1034bool HighLevelILInstructionBase::HasParent() const

Callers

nothing calls this directly

Calls 1

GetExprMethod · 0.45

Tested by

no test coverage detected