MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / AddUpdateModule

Method AddUpdateModule

src/base/AFPluginManager.hpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 bool AddUpdateModule(AFIModule* pModule)
137 {
138 ARK_ASSERT_RET_VAL(pModule != nullptr, false);
139 return module_updates_.insert(std::make_pair(pModule->GetName(), pModule)).second;
140 }
141
142 void RemoveUpdateModule(const std::string& module_name)
143 {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected