Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ clearAll
Method
clearAll
Engine/EffectInstancePrivate.cpp:88–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void
89
ActionsCache::clearAll()
90
{
91
QMutexLocker l(&_cacheMutex);
92
93
_instances.clear();
94
}
95
96
void
97
ActionsCache::invalidateAll(U64 newHash)
Callers
1
clearActionsCache
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected