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

Method hash

src/IECoreScene/CoordinateSystem.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void CoordinateSystem::hash( MurmurHash &h ) const
110{
111 Renderable::hash( h );
112 h.append( m_name );
113}

Callers 1

testHashMethod · 0.95

Calls 2

appendMethod · 0.80
hashFunction · 0.50

Tested by 1

testHashMethod · 0.76