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

Method getImageOrCreate

Engine/AppManager.cpp:2429–2435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2427}
2428
2429bool
2430AppManager::getImageOrCreate(const ImageKey & key,
2431 const ImageParamsPtr& params,
2432 ImagePtr* returnValue) const
2433{
2434 return _imp->_nodeCache->getOrCreate(key, params, 0, returnValue);
2435}
2436
2437bool
2438AppManager::getImage_diskCache(const ImageKey & key,

Callers 2

renderMaskFromStrokeMethod · 0.80

Calls 1

getOrCreateMethod · 0.80

Tested by

no test coverage detected