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

Method RehupLineData

IDEHelper/DbgModule.cpp:922–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922void DbgSrcFile::RehupLineData()
923{
924 for (int idx = 0; idx < (int)mLineDataRefs.size(); idx++)
925 {
926 auto dbgSubprogram = mLineDataRefs[idx];
927 if (dbgSubprogram->mHotReplaceKind != DbgSubprogram::HotReplaceKind_None)
928 {
929 mLineDataRefs.RemoveAtFast(idx);
930 idx--;
931 }
932 }
933}
934
935void DbgSrcFile::VerifyPath()
936{

Callers 1

RehupSrcFilesMethod · 0.80

Calls 2

sizeMethod · 0.45
RemoveAtFastMethod · 0.45

Tested by

no test coverage detected