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

Method getCacheID

Engine/Node.cpp:1498–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496}
1497
1498std::string
1499Node::getCacheID() const
1500{
1501 QMutexLocker k(&_imp->nameMutex);
1502
1503 return _imp->cacheID;
1504}
1505
1506bool
1507Node::computeHashInternal()

Calls

no outgoing calls

Tested by

no test coverage detected