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

Method getHashValue

Engine/Node.cpp:1490–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1488}
1489
1490U64
1491Node::getHashValue() const
1492{
1493 QReadLocker l(&_imp->knobsAgeMutex);
1494
1495 return _imp->hash.value();
1496}
1497
1498std::string
1499Node::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