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

Method getCustomModuleInfo

Source/Module/ModuleFactory.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166var ModuleFactory::getCustomModuleInfo(StringRef moduleName)
167{
168 if (!customModulesDefMap.contains(moduleName)) return var();
169 return customModulesDefMap[moduleName]->customModuleData;
170}
171
172void ModuleFactory::setModuleNewVersionAvailable(StringRef moduleName, bool newVersionAvailable)
173{

Callers 1

updateLocalDataMethod · 0.80

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected