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

Method CopyTo

mediumlevelilinstruction.cpp:1616–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614
1615
1616ExprId MediumLevelILInstruction::CopyTo(MediumLevelILFunction* dest) const
1617{
1618 return CopyTo(dest, [&](const MediumLevelILInstruction& subExpr) { return subExpr.CopyTo(dest); });
1619}
1620
1621
1622ExprId MediumLevelILInstruction::CopyTo(MediumLevelILFunction* dest,

Callers

nothing calls this directly

Calls 15

SetVarMethod · 0.80
SetVarSSAMethod · 0.80
SetVarAliasedMethod · 0.80
SetVarSplitMethod · 0.80
SetVarSSASplitMethod · 0.80
SetVarFieldMethod · 0.80
SetVarSSAFieldMethod · 0.80
SetVarAliasedFieldMethod · 0.80
VarFieldMethod · 0.80
VarSplitMethod · 0.80
VarSSAFieldMethod · 0.80

Tested by

no test coverage detected