MCPcopy 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

DeleteMethod · 0.80
ContinueThreadsMethod · 0.80
HandleBreakpointsMethod · 0.80
shoudBreakOnLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected