Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
767
U64
768
Node::getHashValue() const
769
{
770
QReadLocker l(&_imp->knobsAgeMutex);
771
772
return _imp->hash.value();
773
}
774
775
std::string
776
Node::getCacheID() const
Callers
12
getHash
Method · 0.80
GetImage
Method · 0.80
resetCenter
Method · 0.80
ParallelRenderArgsSetter
Method · 0.80
getRegionOfDefinition
Method · 0.80
recomputeFrameRangeForAllReadersInternal
Function · 0.80
checkCanConnectNoMultiRes
Function · 0.80
ViewerParallelRenderArgsSetter
Method · 0.80
computeHashInternal
Method · 0.80
getInputRoDAtTime
Method · 0.80
refreshPreviewAfterSelectionChange
Method · 0.80
computeRetimeRange
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected