Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void CoordinateSystem::hash( MurmurHash &h ) const
110
{
111
Renderable::hash( h );
112
h.append( m_name );
113
}
Callers
1
testHash
Method · 0.95
Calls
2
append
Method · 0.80
hash
Function · 0.50
Tested by
1
testHash
Method · 0.76