MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getHash

Method getHash

Engine/EffectInstance.cpp:394–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394U64
395EffectInstance::getHash() const
396{
397 NodePtr n = _node.lock();
398
399 return n->getHashValue();
400}
401
402U64
403EffectInstance::getRenderHash() const

Callers

nothing calls this directly

Calls 2

getHashValueMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected