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

Method except

GPCS4/Emulator/PolicyManager.cpp:303–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302
303LibrayNameAdder LibrarySymbolExcluder::except(std::initializer_list<uint64_t> nids)
304{
305 for (auto nid : nids)
306 {
307 m_policy.excludeSymbol(nid);
308 }
309
310 return { m_modPolicy };
311}

Callers 3

registerLibCFunction · 0.80
registerLibKernelFunction · 0.80
registerOtherModulesFunction · 0.80

Calls 1

excludeSymbolMethod · 0.80

Tested by

no test coverage detected