MCPcopy 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

hashMethod · 0.45

Tested by

no test coverage detected