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

Function getOFXCacheDirPath

Engine/OfxHost.cpp:753–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753static QString
754getOFXCacheDirPath()
755{
756 QString cachePath = appPTR->getDiskCacheLocation() + QLatin1Char('/');
757 QString ofxCachePath = cachePath + QString::fromUtf8("OFXLoadCache");
758
759 return ofxCachePath;
760}
761
762///Return the xml cache file used after Natron 2 RC2
763static QString

Callers 3

getCacheFilePathFunction · 0.85
writeOFXCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected