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

Method getImage_diskCache

Engine/AppManager.cpp:2437–2442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2435}
2436
2437bool
2438AppManager::getImage_diskCache(const ImageKey & key,
2439 std::list<ImagePtr>* returnValue) const
2440{
2441 return _imp->_diskCache->get(key, returnValue);
2442}
2443
2444bool
2445AppManager::getImageOrCreate_diskCache(const ImageKey & key,

Calls 1

getMethod · 0.45

Tested by

no test coverage detected