MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / clearNodeCache

Method clearNodeCache

Engine/AppManager.cpp:1271–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269}
1270
1271void
1272AppManager::clearNodeCache()
1273{
1274 AppInstanceVec copy;
1275 {
1276 QMutexLocker k(&_imp->_appInstancesMutex);
1277 copy = _imp->_appInstances;
1278 }
1279
1280 for (AppInstanceVec::iterator it = copy.begin(); it != copy.end(); ++it) {
1281 (*it)->clearAllLastRenderedImages();
1282 }
1283 _imp->_nodeCache->clear();
1284}
1285
1286void
1287AppManager::clearPluginsLoadedCache()

Callers

nothing calls this directly

Calls 4

beginMethod · 0.45
endMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected