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

Function getCacheFilePath

Engine/OfxHost.cpp:763–773  ·  view source on GitHub ↗

Return the xml cache file used after Natron 2 RC2

Source from the content-addressed store, hash-verified

761
762///Return the xml cache file used after Natron 2 RC2
763static QString
764getCacheFilePath()
765{
766 QString ofxCachePath = getOFXCacheDirPath() + QLatin1Char('/');
767 QString ofxCacheFilePath = ofxCachePath + QString::fromUtf8("OFXCache_") +
768 QString::fromUtf8(NATRON_VERSION_STRING) + QString::fromUtf8("_") +
769 QString::fromUtf8(NATRON_DEVELOPMENT_STATUS) + QString::fromUtf8("_") +
770 QString::number(NATRON_BUILD_NUMBER) + QString::fromUtf8(".xml");
771
772 return ofxCacheFilePath;
773}
774
775
776static void

Callers 2

loadOFXPluginsMethod · 0.85
writeOFXCacheMethod · 0.85

Calls 1

getOFXCacheDirPathFunction · 0.85

Tested by

no test coverage detected