MCPcopy Create free account
hub / github.com/beefytech/Beef / Finish

Method Finish

IDEHelper/DebugTarget.cpp:2644–2649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RemoveTargetDataMethod · 0.45

Calls 2

RemoveRangeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected