MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / InstallHandler

Function InstallHandler

FEXCore/Source/Utils/LogManager.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace Throw {
15 ThrowHandler Handler {};
16 void InstallHandler(ThrowHandler _Handler) {
17 Handler = _Handler;
18 }
19 void UnInstallHandler() {
20 Handler = nullptr;
21 }

Callers 5

InitFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68