Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ ClearPathCaches
Function
ClearPathCaches
src/OpenColorIO/PathUtils.cpp:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void ClearPathCaches()
124
{
125
AutoMutex lock(g_fastFileHashCache_mutex);
126
g_fastFileHashCache.clear();
127
}
128
129
namespace
130
{
Callers
1
ClearAllCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected