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

Method computeHash

Engine/Node.cpp:1691–1701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1689}
1690
1691void
1692Node::computeHash()
1693{
1694 if ( QThread::currentThread() != qApp->thread() ) {
1695 Q_EMIT mustComputeHashOnMainThread();
1696
1697 return;
1698 }
1699 std::list<Node*> marked;
1700 computeHashRecursive(marked);
1701} // computeHash
1702
1703void
1704Node::setValuesFromSerialization(const CreateNodeArgs& args)

Callers 5

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

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36