Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ topologyHash
Function
topologyHash
src/IECoreScene/bindings/PrimitiveBinding.cpp:260–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
static MurmurHash topologyHash( Primitive &p )
261
{
262
MurmurHash h;
263
p.topologyHash( h );
264
return h;
265
}
266
267
void bindPrimitive()
268
{
Callers
1
hash
Method · 0.85
Calls
1
topologyHash
Method · 0.45
Tested by
no test coverage detected