Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
namespace Throw {
15
ThrowHandler Handler {};
16
void InstallHandler(ThrowHandler _Handler) {
17
Handler = _Handler;
18
}
19
void UnInstallHandler() {
20
Handler = nullptr;
21
}
Callers
5
Init
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68