Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
static uint64_t hash( const RefCounted *s )
72
{
73
return reinterpret_cast<uint64_t>( s ) / sizeof( RefCounted );
74
}
75
76
void bindRefCounted()
77
{
Callers
15
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
hash
Method · 0.50
mainSceneHash
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected