MCPcopy Create free account
hub / github.com/Inori/GPCS4 / declareModule

Method declareModule

GPCS4/Emulator/PolicyManager.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275ModulePolicyAdder PolicyManager::declareModule(std::string const & name)
276{
277 m_modPolicyTable.emplace(std::make_pair(name, ModulePolicy{}));
278 return { m_modPolicyTable.at(name) };
279}
280
281
282LibrayNameAdder ModulePolicyAdder::withDefault(Policy policy)

Callers 3

registerLibCFunction · 0.80
registerLibKernelFunction · 0.80
registerOtherModulesFunction · 0.80

Calls 2

emplaceMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected