Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ contains
Method
contains
src/IECore/ObjectPool.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
bool ObjectPool::contains( const MurmurHash &hash ) const
111
{
112
return m_data->cache.cached(hash);
113
}
114
115
void ObjectPool::clear()
116
{
Callers
9
testUniqueness
Method · 0.95
testRemoval
Method · 0.95
testMaxMemoryUsage
Method · 0.95
compareBBox
Method · 0.45
testExpandedBoundsForAnimation
Method · 0.45
testCharBound
Method · 0.45
testSphere
Method · 0.45
compareBBox
Method · 0.45
testContains
Method · 0.45
Calls
1
cached
Method · 0.80
Tested by
8
testUniqueness
Method · 0.76
testRemoval
Method · 0.76
testMaxMemoryUsage
Method · 0.76
compareBBox
Method · 0.36
testExpandedBoundsForAnimation
Method · 0.36
testCharBound
Method · 0.36
compareBBox
Method · 0.36
testContains
Method · 0.36