Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ RemoveRef
Method
RemoveRef
src/hx/Debugger.cpp:407–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
void RemoveRef()
408
{
409
if (--mRefCount == 0)
410
delete this;
411
}
412
413
static int Add(String inClassName, String functionName)
414
{
Callers
5
Add
Method · 0.80
DeleteAll
Method · 0.80
Delete
Method · 0.80
HandleBreakpoints
Method · 0.80
ReleaseBreakpointsLocked
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected