Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
void 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
test
Method · 0.95
Calls
2
append
Method · 0.80
hash
Function · 0.50
Tested by
1
test
Method · 0.76