MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ClearTrackedFiles

Method ClearTrackedFiles

renderdoc/core/core.cpp:2465–2469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2463}
2464
2465void RenderDoc::ClearTrackedFiles()
2466{
2467 SCOPED_WRITELOCK(m_TrackedFilesLock);
2468 m_TrackedFiles.clear();
2469}
2470
2471bool RenderDoc::HasTrackedFileData() const
2472{

Callers 3

ActiveRemoteClientThreadFunction · 0.80
OpenCaptureMethod · 0.80
ShutdownMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected