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

Method hash

src/IECoreScene/ShaderNetwork.cpp:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422
423
424 void hash( IECore::MurmurHash &h ) const
425 {
426 update();
427 h.append( m_hash );
428 }
429
430 void hashSubstitutions( const CompoundObject *attributes, MurmurHash &h ) const
431 {

Callers

nothing calls this directly

Calls 2

updateFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected