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

Function ReleaseBreakpointsLocked

src/hx/Debugger.cpp:954–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952
953
954Breakpoints *ReleaseBreakpointsLocked(Breakpoints *inBreakpoints)
955{
956 if (inBreakpoints)
957 inBreakpoints->RemoveRef();
958 return 0;
959}
960
961
962

Callers 1

detachMethod · 0.85

Calls 1

RemoveRefMethod · 0.80

Tested by

no test coverage detected