| 1614 | |
| 1615 | |
| 1616 | ExprId MediumLevelILInstruction::CopyTo(MediumLevelILFunction* dest) const |
| 1617 | { |
| 1618 | return CopyTo(dest, [&](const MediumLevelILInstruction& subExpr) { return subExpr.CopyTo(dest); }); |
| 1619 | } |
| 1620 | |
| 1621 | |
| 1622 | ExprId MediumLevelILInstruction::CopyTo(MediumLevelILFunction* dest, |
nothing calls this directly
no test coverage detected