Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getHash
Method
getHash
Engine/EffectInstance.cpp:386–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
}
385
386
U64
387
EffectInstance::getHash() const
388
{
389
NodePtr n = _node.lock();
390
391
return n->getHashValue();
392
}
393
394
U64
395
EffectInstance::getRenderHash() const
Callers
nothing calls this directly
Calls
2
getHashValue
Method · 0.80
lock
Method · 0.45
Tested by
no test coverage detected