MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isNewVersion

Method isNewVersion

src/tools/ecode/appconfig.cpp:996–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996bool AppConfig::isNewVersion() const {
997 return windowState.lastRunVersion != ecode::Version::getVersionNum();
998}
999
1000void AppConfig::loadFileAssociations( const std::string& projectFolder ) {
1001 std::string faPath( projectFolder + ".ecode/settings.json" );

Callers 1

onPluginEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected