MCPcopy Create free account
hub / github.com/MrKepzie/Natron / removeAllImagesFromCache

Method removeAllImagesFromCache

Engine/Node.cpp:1668–1682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666}
1667
1668void
1669Node::removeAllImagesFromCache(bool blocking)
1670{
1671 AppInstPtr app = getApp();
1672
1673 if (!app) {
1674 return;
1675 }
1676 boost::shared_ptr<Project> proj = app->getProject();
1677
1678 if ( proj->isProjectClosing() || proj->isLoadingProject() ) {
1679 return;
1680 }
1681 appPTR->removeAllCacheEntriesForHolder(this, blocking);
1682}
1683
1684void
1685Node::doComputeHashOnMainThread()

Callers 3

refreshReadNodeInputMethod · 0.80
renderRoIMethod · 0.80

Calls 5

getAppFunction · 0.85
getProjectMethod · 0.80
isProjectClosingMethod · 0.80
isLoadingProjectMethod · 0.80

Tested by

no test coverage detected