Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Function · 0.85
append
Method · 0.80
Tested by
no test coverage detected