Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ DefFilterProc
Method
DefFilterProc
bwapi/BWAPI/Source/ExceptionFilter.cpp:388–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
LONG TopLevelExceptionFilter::DefFilterProc(EXCEPTION_POINTERS *ep)
389
{
390
if ( pOldExceptionFilter )
391
return pOldExceptionFilter(ep);
392
return EXCEPTION_CONTINUE_SEARCH;
393
}
Callers
1
BWAPIExceptionFilter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected