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

Function hash

src/IECorePython/RefCountedBinding.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static uint64_t hash( const RefCounted *s )
72{
73 return reinterpret_cast<uint64_t>( s ) / sizeof( RefCounted );
74}
75
76void bindRefCounted()
77{

Callers 15

hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
hashMethod · 0.50
mainSceneHashMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected