Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ AddRef
Method
AddRef
src/hx/Debugger.cpp:807–810 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
805
}
806
807
void AddRef()
808
{
809
mRefCount += 1;
810
}
811
812
813
bool IsEmpty() const
Callers
1
HandleBreakpoints
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected