Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
LibrayNameAdder 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
registerLibC
Function · 0.80
registerLibKernel
Function · 0.80
registerOtherModules
Function · 0.80
Calls
1
excludeSymbol
Method · 0.80
Tested by
no test coverage detected