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

Method hash

src/IECoreScene/SceneCache.cpp:2648–2654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2646}
2647
2648void SceneCache::hash( HashType hashType, double time, MurmurHash &h ) const
2649{
2650 SceneInterface::hash( hashType, time, h );
2651
2652 ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() );
2653 reader->hash( hashType, time, h );
2654}
2655
2656SceneCachePtr SceneCache::duplicate( ImplementationPtr& impl ) const
2657{

Callers 1

writeObjectMethod · 0.45

Calls 2

hashFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected