MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / computeHash

Method computeHash

Engine/Node.cpp:968–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968void
969Node::computeHash()
970{
971 if ( QThread::currentThread() != qApp->thread() ) {
972 Q_EMIT mustComputeHashOnMainThread();
973
974 return;
975 }
976 std::list<Node*> marked;
977 computeHashRecursive(marked);
978} // computeHash
979
980
981void

Callers 5

TESTFunction · 0.45
renderMaskFromStrokeMethod · 0.45
computeHashInternalMethod · 0.45
saveProjectInternalMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36