Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
ConstObjectPtr ObjectPool::retrieve( const MurmurHash &hash ) const
78
{
79
return m_data->cache.get(hash);
80
}
81
82
ConstObjectPtr ObjectPool::store( const Object *obj, StoreMode mode )
83
{
Callers
3
testUniqueness
Method · 0.95
testStoreMode
Method · 0.95
retrieve
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
2
testUniqueness
Method · 0.76
testStoreMode
Method · 0.76