MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / RegisterExecutablePlatform

Function RegisterExecutablePlatform

common/platform.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23EQEmuExePlatform exe_platform = ExePlatformNone;
24
25void RegisterExecutablePlatform(EQEmuExePlatform p)
26{
27 exe_platform = p;
28}
29
30const EQEmuExePlatform &GetExecutablePlatform()
31{

Callers 12

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
SidecarServeHttpMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected