Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ CacheGetterKey
Method
CacheGetterKey
src/IECoreGL/CachedConverter.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
{
62
63
CacheGetterKey()
64
: object( nullptr )
65
{
66
}
67
68
CacheGetterKey( const IECore::Object *o )
69
: object( o ), hash( o->hash() )
Callers
nothing calls this directly
Calls
1
hash
Method · 0.45
Tested by
no test coverage detected