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

Method hash

src/IECoreScene/ExternalProcedural.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void ExternalProcedural::hash( MurmurHash &h ) const
147{
148 VisibleRenderable::hash( h );
149 h.append( m_fileName );
150 h.append( m_bound );
151 m_parameters->hash( h );
152}

Callers 1

testMethod · 0.95

Calls 2

appendMethod · 0.80
hashFunction · 0.50

Tested by 1

testMethod · 0.76