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

Method getImage_diskCache

Engine/AppManager.cpp:2502–2507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2500}
2501
2502bool
2503AppManager::getImage_diskCache(const ImageKey & key,
2504 std::list<boost::shared_ptr<Image> >* returnValue) const
2505{
2506 return _imp->_diskCache->get(key, returnValue);
2507}
2508
2509bool
2510AppManager::getImageOrCreate_diskCache(const ImageKey & key,

Calls 1

getMethod · 0.45

Tested by

no test coverage detected