Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
void SymbolMappingLoader::AddKnownModule(std::string const& name)
274
{
275
knownModules_.insert(name);
276
}
277
278
bool SymbolMappingLoader::LoadBuiltinMappings(int resourceId)
279
{
Callers
1
PreRegisterLibraries
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected