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