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

Method removeFromNodeCache

Engine/AppManager.cpp:2389–2393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2387}
2388
2389void
2390AppManager::removeFromNodeCache(const boost::shared_ptr<Image> & image)
2391{
2392 _imp->_nodeCache->removeEntry(image);
2393}
2394
2395void
2396AppManager::removeFromViewerCache(const FrameEntryPtr & texture)

Callers 2

renderRoIMethod · 0.80

Calls 1

removeEntryMethod · 0.45

Tested by

no test coverage detected