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

Method getCacheID

Engine/Node.cpp:775–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775std::string
776Node::getCacheID() const
777{
778 QMutexLocker k(&_imp->nameMutex);
779
780 return _imp->cacheID;
781}
782
783bool
784Node::computeHashInternal()

Calls

no outgoing calls

Tested by

no test coverage detected