MCPcopy 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
2330void
2331AppManager::removeFromViewerCache(const FrameEntryPtr & texture)
2332{
2333 _imp->_viewerCache->removeEntry(texture);
2334}
2335
2336void
2337AppManager::removeFromNodeCache(U64 hash)

Callers 1

Calls 1

removeEntryMethod · 0.45

Tested by

no test coverage detected