Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1490
U64
1491
Node::getHashValue() const
1492
{
1493
QReadLocker l(&_imp->knobsAgeMutex);
1494
1495
return _imp->hash.value();
1496
}
1497
1498
std::string
1499
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
ViewerParallelRenderArgsSetter
Method · 0.80
computeHashInternal
Method · 0.80
checkCanConnectNoMultiRes
Function · 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