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

Method getImageOrCreate_diskCache

Engine/AppManager.cpp:2444–2450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2442}
2443
2444bool
2445AppManager::getImageOrCreate_diskCache(const ImageKey & key,
2446 const ImageParamsPtr& params,
2447 ImagePtr* returnValue) const
2448{
2449 return _imp->_diskCache->getOrCreate(key, params, 0, returnValue);
2450}
2451
2452bool
2453AppManager::getTexture(const FrameKey & key,

Callers 1

Calls 1

getOrCreateMethod · 0.80

Tested by

no test coverage detected