MCPcopy Create free account
hub / github.com/Norbyte/bg3se / AddKnownModule

Method AddKnownModule

CoreLib/SymbolMapper.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void SymbolMappingLoader::AddKnownModule(std::string const& name)
274{
275 knownModules_.insert(name);
276}
277
278bool SymbolMappingLoader::LoadBuiltinMappings(int resourceId)
279{

Callers 1

PreRegisterLibrariesMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected