MCPcopy Create free account
hub / github.com/ImageEngine/cortex / retrieve

Method retrieve

src/IECore/ObjectPool.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77ConstObjectPtr ObjectPool::retrieve( const MurmurHash &hash ) const
78{
79 return m_data->cache.get(hash);
80}
81
82ConstObjectPtr ObjectPool::store( const Object *obj, StoreMode mode )
83{

Callers 3

testUniquenessMethod · 0.95
testStoreModeMethod · 0.95
retrieveFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

testUniquenessMethod · 0.76
testStoreModeMethod · 0.76