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

Method removeFromNodeCache

Engine/AppManager.cpp:2324–2328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2322}
2323
2324void
2325AppManager::removeFromNodeCache(const ImagePtr & image)
2326{
2327 _imp->_nodeCache->removeEntry(image);
2328}
2329
2330void
2331AppManager::removeFromViewerCache(const FrameEntryPtr & texture)

Callers 2

renderRoIMethod · 0.80

Calls 1

removeEntryMethod · 0.45

Tested by

no test coverage detected