Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1498
std::string
1499
Node::getCacheID() const
1500
{
1501
QMutexLocker k(&_imp->nameMutex);
1502
1503
return _imp->cacheID;
1504
}
1505
1506
bool
1507
Node::computeHashInternal()
Callers
6
NodeSerialization.cpp
File · 0.45
isCacheIDAlreadyTaken
Method · 0.45
initNodeScriptName
Method · 0.45
removeAllEntriesWithDifferentNodeHashForHolderPublic
Method · 0.45
removeAllEntriesForHolderPublic
Method · 0.45
getMemoryStatsForCacheEntryHolder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected