MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / DARKRADIANT_DLLEXPORT RegisterModule

Function DARKRADIANT_DLLEXPORT RegisterModule

plugins/vcs/GitModule.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 * The symbol RegisterModule is called with the singleton ModuleRegistry as argument.
137 */
138extern "C" void DARKRADIANT_DLLEXPORT RegisterModule(IModuleRegistry& registry)
139{
140 module::performDefaultInitialisation(registry);
141
142 registry.registerModule(std::make_shared<vcs::GitModule>());
143}

Callers

nothing calls this directly

Calls 2

registerModuleMethod · 0.45

Tested by

no test coverage detected