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

Method getFolderForCustomModule

Source/Module/ModuleFactory.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180File ModuleFactory::getFolderForCustomModule(StringRef moduleName) const
181{
182 if (!customModulesDefMap.contains(moduleName)) return File();
183 return customModulesDefMap[moduleName]->moduleFolder;
184}
185
186void ModuleFactory::buildPopupMenu(int startOffset)
187{

Callers 2

updateLocalDataMethod · 0.80
finishedMethod · 0.80

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected