MCPcopy 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
386U64
387EffectInstance::getHash() const
388{
389 NodePtr n = _node.lock();
390
391 return n->getHashValue();
392}
393
394U64
395EffectInstance::getRenderHash() const

Callers

nothing calls this directly

Calls 2

getHashValueMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected