Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ IsEmpty
Method
IsEmpty
src/hx/Debugger.cpp:813–816 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
811
812
813
bool IsEmpty() const
814
{
815
return (mBreakpointCount == 0);
816
}
817
818
inline bool QuickRejectClassFunc(int inHash)
819
{
Callers
4
Delete
Method · 0.80
ContinueThreads
Method · 0.80
HandleBreakpoints
Method · 0.80
shoudBreakOnLine
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected