MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / QuickRejectFileLine

Method QuickRejectFileLine

src/hx/Debugger.cpp:827–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825 }
826
827 inline bool QuickRejectFileLine(int inHash)
828 {
829#ifdef HXCPP_DEBUG_HASHES
830 return inHash & mNotInAnyFileLine;
831#else
832 return false;
833#endif
834 }
835
836 bool HasBreakpoint(int number) const
837 {

Callers 1

HandleBreakpointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected