Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
954
Breakpoints *ReleaseBreakpointsLocked(Breakpoints *inBreakpoints)
955
{
956
if (inBreakpoints)
957
inBreakpoints->RemoveRef();
958
return 0;
959
}
960
961
962
Callers
1
detach
Method · 0.85
Calls
1
RemoveRef
Method · 0.80
Tested by
no test coverage detected