MCPcopy 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
123void ClearPathCaches()
124{
125 AutoMutex lock(g_fastFileHashCache_mutex);
126 g_fastFileHashCache.clear();
127}
128
129namespace
130{

Callers 1

ClearAllCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected