Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ AbortHandler
Function
AbortHandler
BeefySysLib/platform/win/Platform.cpp:907–910 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
905
}
906
907
static void __cdecl AbortHandler(int)
908
{
909
BfpSystem_FatalError(
"Abort handler"
, NULL);
910
}
911
912
static int64 gCPUFreq = -1;
913
static int64 gStartCPUTick = -1;
Callers
nothing calls this directly
Calls
1
BfpSystem_FatalError
Function · 0.70
Tested by
no test coverage detected