MCPcopy 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
110bool ObjectPool::contains( const MurmurHash &hash ) const
111{
112 return m_data->cache.cached(hash);
113}
114
115void ObjectPool::clear()
116{

Callers 9

testUniquenessMethod · 0.95
testRemovalMethod · 0.95
testMaxMemoryUsageMethod · 0.95
compareBBoxMethod · 0.45
testCharBoundMethod · 0.45
testSphereMethod · 0.45
compareBBoxMethod · 0.45
testContainsMethod · 0.45

Calls 1

cachedMethod · 0.80

Tested by 8

testUniquenessMethod · 0.76
testRemovalMethod · 0.76
testMaxMemoryUsageMethod · 0.76
compareBBoxMethod · 0.36
testCharBoundMethod · 0.36
compareBBoxMethod · 0.36
testContainsMethod · 0.36