Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ QuickRejectClassFunc
Method
QuickRejectClassFunc
src/hx/Debugger.cpp:818–825 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
816
}
817
818
inline bool QuickRejectClassFunc(int inHash)
819
{
820
#ifdef HXCPP_DEBUG_HASHES
821
return inHash & mNotInAnyClassFunc;
822
#else
823
return false;
824
#endif
825
}
826
827
inline bool QuickRejectFileLine(int inHash)
828
{
Callers
1
HandleBreakpoints
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected