Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2465
void RenderDoc::ClearTrackedFiles()
2466
{
2467
SCOPED_WRITELOCK(m_TrackedFilesLock);
2468
m_TrackedFiles.clear();
2469
}
2470
2471
bool RenderDoc::HasTrackedFileData() const
2472
{
Callers
3
ActiveRemoteClientThread
Function · 0.80
OpenCapture
Method · 0.80
Shutdown
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected