MCPcopy Create free account
hub / github.com/benkuper/Chataigne / setModuleNewVersionAvailable

Method setModuleNewVersionAvailable

Source/Module/ModuleFactory.cpp:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void ModuleFactory::setModuleNewVersionAvailable(StringRef moduleName, bool newVersionAvailable)
173{
174 if (customModulesDefMap.contains(moduleName))
175 {
176 customModulesDefMap[moduleName]->newVersionAvailable = newVersionAvailable;
177 }
178}
179
180File ModuleFactory::getFolderForCustomModule(StringRef moduleName) const
181{

Callers 1

updateLocalDataMethod · 0.80

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected