| 2642 | } |
| 2643 | |
| 2644 | void Finish() |
| 2645 | { |
| 2646 | if (mMatchStartIdx != -1) |
| 2647 | mVec->RemoveRange(mMatchStartIdx, (int)mVec->size() - mMatchStartIdx); |
| 2648 | mFinished = true; |
| 2649 | } |
| 2650 | }; |
| 2651 | |
| 2652 | void DebugTarget::RemoveTargetData() |
no test coverage detected