Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ removeFromViewerCache
Method
removeFromViewerCache
Engine/AppManager.cpp:2330–2334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2328
}
2329
2330
void
2331
AppManager::removeFromViewerCache(const FrameEntryPtr & texture)
2332
{
2333
_imp->_viewerCache->removeEntry(texture);
2334
}
2335
2336
void
2337
AppManager::removeFromNodeCache(U64 hash)
Callers
1
getViewerRoIAndTexture
Method · 0.80
Calls
1
removeEntry
Method · 0.45
Tested by
no test coverage detected