MCPcopy 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
88void
89ActionsCache::clearAll()
90{
91 QMutexLocker l(&_cacheMutex);
92
93 _instances.clear();
94}
95
96void
97ActionsCache::invalidateAll(U64 newHash)

Callers 1

clearActionsCacheMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected