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

Method CopyTo

highlevelilinstruction.cpp:1350–1353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348
1349
1350ExprId HighLevelILInstruction::CopyTo(HighLevelILFunction* dest) const
1351{
1352 return CopyTo(dest, [&](const HighLevelILInstruction& subExpr) { return subExpr.CopyTo(dest); });
1353}
1354
1355
1356ExprId HighLevelILInstruction::CopyTo(

Callers

nothing calls this directly

Calls 15

push_backMethod · 0.80
BlockMethod · 0.80
WhileMethod · 0.80
WhileSSAMethod · 0.80
DoWhileMethod · 0.80
DoWhileSSAMethod · 0.80
ForMethod · 0.80
ForSSAMethod · 0.80
SwitchMethod · 0.80
CaseMethod · 0.80
BreakMethod · 0.80

Tested by

no test coverage detected