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

Method getAppIDString

Engine/AppInstance.cpp:2169–2179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2167} // AppInstance::execOnProjectCreatedCallback
2168
2169std::string
2170AppInstance::getAppIDString() const
2171{
2172 if ( appPTR->isBackground() ) {
2173 return "app";
2174 } else {
2175 QString appID = QString( QString::fromUtf8("app%1") ).arg(getAppID() + 1);
2176
2177 return appID.toStdString();
2178 }
2179}
2180
2181void
2182AppInstance::onGroupCreationFinished(const NodePtr& node,

Calls 3

QStringClass · 0.85
toStdStringMethod · 0.80
isBackgroundMethod · 0.45

Tested by

no test coverage detected