MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getHashValue

Method getHashValue

Engine/Node.cpp:767–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767U64
768Node::getHashValue() const
769{
770 QReadLocker l(&_imp->knobsAgeMutex);
771
772 return _imp->hash.value();
773}
774
775std::string
776Node::getCacheID() const

Callers 12

getHashMethod · 0.80
GetImageMethod · 0.80
resetCenterMethod · 0.80
getRegionOfDefinitionMethod · 0.80
computeHashInternalMethod · 0.80
getInputRoDAtTimeMethod · 0.80
computeRetimeRangeMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected