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

Method RehupSrcFiles

IDEHelper/DebugTarget.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void DebugTarget::RehupSrcFiles()
336{
337 for (auto srcFile : mPendingSrcFileRehup)
338 srcFile->RehupLineData();
339 mPendingSrcFileRehup.Clear();
340}
341
342DbgSrcFile* DebugTarget::AddSrcFile(const String& srcFilePath)
343{

Callers 1

HotLoadMethod · 0.80

Calls 2

RehupLineDataMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected